diff --git a/mdp-lcode-bootstrap/pom.xml b/mdp-lcode-bootstrap/pom.xml index 0147b5c..9ea8b61 100644 --- a/mdp-lcode-bootstrap/pom.xml +++ b/mdp-lcode-bootstrap/pom.xml @@ -4,7 +4,7 @@ 4.0.0 mdp-lcode-bootstrap jar - mdp-lcode-bootstrap 低代码单体应用启动器 + mdp-lcode-bootstrap 单体应用启动器 com.mdp mdp-lcode-backend diff --git a/mdp-lcode-bootstrap/src/main/resources/application.yml b/mdp-lcode-bootstrap/src/main/resources/application.yml index c3d71f3..ea161d1 100644 --- a/mdp-lcode-bootstrap/src/main/resources/application.yml +++ b/mdp-lcode-bootstrap/src/main/resources/application.yml @@ -2,4 +2,4 @@ spring: application: name: lcode profiles: - active: prod \ No newline at end of file + active: prodqqkj \ No newline at end of file diff --git a/mdp-lcode/src/main/resources/application-dev.yml b/mdp-lcode/src/main/resources/application-dev.yml index 58ec7f7..609bb08 100644 --- a/mdp-lcode/src/main/resources/application-dev.yml +++ b/mdp-lcode/src/main/resources/application-dev.yml @@ -205,9 +205,9 @@ spring: #password: zchcgl123!@# #driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT + url: jdbc:mysql://123.207.117.5:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT username: root - password: DbPwd@db123 + password: 1qaz@WSX driver-class-name: com.mysql.cj.jdbc.Driver @@ -218,24 +218,24 @@ spring: #password: root #driver-class-name: com.mysql.cj.jdbc.Driver mem-ds: - url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT + url: jdbc:mysql://123.207.117.5:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT username: root - password: DbPwd@db123 + password: 1qaz@WSX driver-class-name: com.mysql.cj.jdbc.Driver mall-ds: - url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT + url: jdbc:mysql://123.207.117.5:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT username: root - password: DbPwd@db123 + password: 1qaz@WSX driver-class-name: com.mysql.cj.jdbc.Driver arc-ds: - url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT + url: jdbc:mysql://123.207.117.5:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT username: root - password: DbPwd@db123 + password: 1qaz@WSX driver-class-name: com.mysql.cj.jdbc.Driver #redis 配置 redis: database: 0 - host: 127.0.0.1 + host: 134.175.57.249 timeout: 300s lettuce: pool: diff --git a/pom.xml b/pom.xml index 351ec01..c3dc456 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 mdp-lcode-backend pom - mdp-lcode-backend 低代码系统 + mdp-lcode-backend cloud环境启动器 com.mdp mdp-products