feat: 修复启动问题

This commit is contained in:
super_liu
2021-05-31 17:52:52 +08:00
parent 230889c3ff
commit a4c923ac5e
4 changed files with 73 additions and 5 deletions
@@ -2,10 +2,10 @@
#=============================================
# 数据库配置
#=============================================
spring.datasource.driverClassName = oracle.jdbc.OracleDriver
spring.datasource.url = jdbc:oracle:thin:@//192.168.10.140:1521/orcl
spring.datasource.username = LAWSDB
spring.datasource.password = 1q2w3e4r
spring.datasource.driverClassName = com.mysql.cj.jdbc.Driver
spring.datasource.url = jdbc:mysql://127.0.0.1:3306/foton_slrs_test?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&useSSL=false
spring.datasource.username = root
spring.datasource.password = root
#==============================================
# 应用设置