We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee4bf2 commit ccba71aCopy full SHA for ccba71a
web-service/src/main/resources/app-dev.yml
@@ -36,7 +36,7 @@ custom:
36
# 数据源配置
37
dataSource:
38
#jdbcUrl: jdbc:mysql://127.0.0.1:3306/nfddata?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&serverTimezone=GMT%2B8&useSSL=false
39
- jdbcUrl: jdbc:h2:file:./db/nfdData111;MODE=MySQL;DATABASE_TO_UPPER=FALSE
+ jdbcUrl: jdbc:h2:file:./db/nfdData;MODE=MySQL;DATABASE_TO_UPPER=FALSE
40
username: root
41
password: '123456'
42
0 commit comments