|
@@ -3,7 +3,7 @@ server.port=9800
|
|
|
spring.application.name=zhiqiyun-open-platform
|
|
spring.application.name=zhiqiyun-open-platform
|
|
|
####################### logger ###############################
|
|
####################### logger ###############################
|
|
|
logger.root.level=DEBUG
|
|
logger.root.level=DEBUG
|
|
|
-logger.root.path=/tmp/${spring.application.name}/logs/
|
|
|
|
|
|
|
+logger.root.path=/tmp/
|
|
|
####################### mysql ###############################
|
|
####################### mysql ###############################
|
|
|
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
|
|
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
|
|
|
spring.datasource.url=jdbc:mysql://192.168.0.200/liucheng_open?allowMultiQueries=true&useUnicode=true&characterEncoding=utf8&useSSL=false
|
|
spring.datasource.url=jdbc:mysql://192.168.0.200/liucheng_open?allowMultiQueries=true&useUnicode=true&characterEncoding=utf8&useSSL=false
|