1
|
server.port=8090
|
1
|
server.port=8090
|
2
|
|
2
|
|
|
|
3
|
+server.ssl.key-store = ${user.home}/.keystore
|
|
|
4
|
+server.ssl.key-store-password = xkl2016
|
|
|
5
|
+server.ssl.key-password = xkl2016
|
|
|
6
|
+
|
3
|
#MySQL
|
7
|
#MySQL
|
4
|
spring.datasource.url=jdbc:mysql://db.hanhezy.com:4096/hanhe_test?useUnicode=true&autoReconnect=true&failOverReadOnly=false&zeroDateTimeBehavior=round&autoReconnect=true
|
8
|
spring.datasource.url=jdbc:mysql://db.hanhezy.com:4096/hanhe_test?useUnicode=true&autoReconnect=true&failOverReadOnly=false&zeroDateTimeBehavior=round&autoReconnect=true
|
5
|
spring.datasource.username=hanhe
|
9
|
spring.datasource.username=hanhe
|