...
|
...
|
@@ -8,7 +8,7 @@ spring: |
|
|
static-locations: classpath:/static/
|
|
|
#配置数据库
|
|
|
datasource:
|
|
|
url: jdbc:mysql://69.12.93.116:3306/jreport?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true
|
|
|
url: jdbc:mysql://192.168.0.249:3306/jreport?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
...
|
...
|
|