diff --git a/modules/export/src/main/resources/domains/CommonBoolean.xml b/modules/export/src/main/resources/domains/CommonBoolean.xml index f541200..0a283bf 100644 --- a/modules/export/src/main/resources/domains/CommonBoolean.xml +++ b/modules/export/src/main/resources/domains/CommonBoolean.xml @@ -1,6 +1,6 @@ - + diff --git a/modules/export/src/main/resources/domains/ExportStrategy.xml b/modules/export/src/main/resources/domains/ExportStrategy.xml index a086401..6120f70 100644 --- a/modules/export/src/main/resources/domains/ExportStrategy.xml +++ b/modules/export/src/main/resources/domains/ExportStrategy.xml @@ -5,7 +5,7 @@ - + diff --git a/modules/export/src/main/resources/domains/ExportTemplate.xml b/modules/export/src/main/resources/domains/ExportTemplate.xml index 2d2ad89..932a784 100644 --- a/modules/export/src/main/resources/domains/ExportTemplate.xml +++ b/modules/export/src/main/resources/domains/ExportTemplate.xml @@ -5,6 +5,6 @@ - + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b0e5519..7ac02d5 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ # Application Information # ~~~~~ application.name=\u6587\u4ef6\u5bfc\u51fa -application.id= +application.id=49bf7958-b828-49d4-8fe3-df85d4e4ca02 application.sid=1611179340802818048 application.callback.url=http://117.78.10.170:3000/api/v1/message/preview/ application.description= @@ -64,11 +64,11 @@ auth.logout.local=true # MySQL #db.default.driver = com.mysql.jdbc.Driver #db.default.visible=false -db.default.driver= +db.default.driver=com.mysql.cj.jdbc.Driver db.default.ddl=update -db.default.url=jdbc:://?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false&nullCatalogMeansCurrent=true -db.default.user= -db.default.password= +db.default.url=jdbc:mysql://117.78.10.170:3006/app_697b1517b1e2735c8cb78ba7fd0c10d2_master_pre?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false&nullCatalogMeansCurrent=true +db.default.user=app_wangyunjie +db.default.password=Asdf123!@# db.company1.name=Company 1 db.company1.driver=com.mysql.cj.jdbc.Driver @@ -320,3 +320,4 @@ logging.level.com.hypaas=INFO #logging.level.com.zaxxer.hikari = INFO +