|
@@ -10,9 +10,9 @@ server.port=8080
|
|
#com.qmth.logging.root-level=info
|
|
#com.qmth.logging.root-level=info
|
|
#com.qmth.logging.file-path=/Users/luoshi/Downloads/demo.log
|
|
#com.qmth.logging.file-path=/Users/luoshi/Downloads/demo.log
|
|
|
|
|
|
-com.qmth.mysql.url=jdbc:mysql://192.168.10.30:3306/stmms_ft?useUnicode=true&characterEncoding=UTF-8
|
|
|
|
-com.qmth.mysql.username=stmms
|
|
|
|
-com.qmth.mysql.password=stmms
|
|
|
|
|
|
+com.qmth.mysql.url=jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=UTF-8
|
|
|
|
+com.qmth.mysql.username=root
|
|
|
|
+com.qmth.mysql.password=root
|
|
com.qmth.mysql.log-level=debug
|
|
com.qmth.mysql.log-level=debug
|
|
|
|
|
|
com.qmth.cache.expire-after-write=30s
|
|
com.qmth.cache.expire-after-write=30s
|