Skip to content

Commit

Permalink
修改缺省启动配置
Browse files Browse the repository at this point in the history
  • Loading branch information
entropy-cloud committed Jan 23, 2025
1 parent 9bae2f5 commit 34b47d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nop-demo/nop-quarkus-demo/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ nop:

auth:
login:
allow-create-default-user: false # 如果用户表为空,则自动创建缺省账户nop, 密码nop-test
allow-create-default-user: true # 如果用户表为空,则自动创建缺省账户nop, 密码nop-test

datasource:
driver-class-name: org.h2.Driver
Expand All @@ -101,7 +101,7 @@ nop:

ioc:
app-beans-container:
concurrent-start: true
concurrent-start: false

# devservices 会启用testcontainers来管理测试数据库
quarkus:
Expand Down

0 comments on commit 34b47d8

Please sign in to comment.