Skip to content

Commit ccba71a

Browse files
committed
MySQL支持, 其他优化
1 parent fee4bf2 commit ccba71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-service/src/main/resources/app-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ custom:
3636
# 数据源配置
3737
dataSource:
3838
#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
39+
jdbcUrl: jdbc:h2:file:./db/nfdData;MODE=MySQL;DATABASE_TO_UPPER=FALSE
4040
username: root
4141
password: '123456'
4242

0 commit comments

Comments
 (0)