|
@ -1,9 +1,11 @@
|
1
|
1
|
spring.application.name=WorkTaskSpec
|
2
|
|
server.port=8086
|
|
2
|
server.port=8011
|
|
3
|
|
|
4
|
server.servlet.context-path=/ipu
|
3
|
5
|
|
4
|
6
|
# DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
|
5
|
7
|
#spring.datasource.url=jdbc:mysql://localhost:3306/cmp
|
6
|
|
spring.datasource.url=jdbc:mysql://10.19.90.34:3307/energy
|
|
8
|
spring.datasource.url=jdbc:mysql://10.19.90.34:3307/energy?serverTimezone=Asia/Shanghai&characterEncoding=utf-8&verifyServerCertificate=false&useSSL=false&requireSSL=false
|
7
|
9
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
8
|
10
|
spring.datasource.username=ebc
|
9
|
11
|
spring.datasource.password=ebc@123
|