|
@@ -10,11 +10,11 @@ com.qmth.mybatis.logLevel=debug
|
|
#
|
|
#
|
|
# ********** db config **********
|
|
# ********** db config **********
|
|
#
|
|
#
|
|
-db.host=localhost
|
|
|
|
|
|
+db.host=192.168.10.83
|
|
db.port=3306
|
|
db.port=3306
|
|
db.database=marking_paper_struct
|
|
db.database=marking_paper_struct
|
|
-com.qmth.datasource.username=marking_paper_struct
|
|
|
|
-com.qmth.datasource.password=marking_paper_struct
|
|
|
|
|
|
+com.qmth.datasource.username=scan
|
|
|
|
+com.qmth.datasource.password=scan
|
|
com.qmth.datasource.url=jdbc:mysql://${db.host}:${db.port}/${db.database}?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2b8&rewriteBatchedStatements=true
|
|
com.qmth.datasource.url=jdbc:mysql://${db.host}:${db.port}/${db.database}?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2b8&rewriteBatchedStatements=true
|
|
|
|
|
|
#
|
|
#
|
|
@@ -23,6 +23,10 @@ com.qmth.datasource.url=jdbc:mysql://${db.host}:${db.port}/${db.database}?useUni
|
|
com.qmth.logging.root-level=info
|
|
com.qmth.logging.root-level=info
|
|
com.qmth.logging.file-path=/home/admin/project/marking-paper-struct/log/marking-paper-struct.log
|
|
com.qmth.logging.file-path=/home/admin/project/marking-paper-struct/log/marking-paper-struct.log
|
|
|
|
|
|
|
|
+#DISK
|
|
|
|
+com.qmth.fss.config=/home/admin/project/marking-paper-struct/static
|
|
|
|
+com.qmth.fss.server=http://localhost:7101/file
|
|
|
|
+
|
|
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
|
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
|
spring.jackson.time-zone=GMT+8
|
|
spring.jackson.time-zone=GMT+8
|
|
|
|
|