feat: 修复启动问题
This commit is contained in:
@@ -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
|
||||
|
||||
#==============================================
|
||||
# 应用设置
|
||||
|
||||
Reference in New Issue
Block a user