Browse Source

低代码管理-修改readme文档

master
陈裕财 2 years ago
parent
commit
f743b07b4e
  1. 2
      mdp-lcode-bootstrap/pom.xml
  2. 2
      mdp-lcode-bootstrap/src/main/resources/application.yml
  3. 18
      mdp-lcode/src/main/resources/application-dev.yml
  4. 2
      pom.xml

2
mdp-lcode-bootstrap/pom.xml

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>mdp-lcode-bootstrap</artifactId>
<packaging>jar</packaging>
<name>mdp-lcode-bootstrap 低代码单体应用启动器</name>
<name>mdp-lcode-bootstrap 单体应用启动器</name>
<parent>
<groupId>com.mdp</groupId>
<artifactId>mdp-lcode-backend</artifactId>

2
mdp-lcode-bootstrap/src/main/resources/application.yml

@ -2,4 +2,4 @@ spring:
application:
name: lcode
profiles:
active: prod
active: prodqqkj

18
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:

2
pom.xml

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>mdp-lcode-backend</artifactId>
<packaging>pom</packaging>
<name>mdp-lcode-backend 低代码系统</name>
<name>mdp-lcode-backend cloud环境启动器</name>
<parent>
<groupId>com.mdp</groupId>
<artifactId>mdp-products</artifactId>

Loading…
Cancel
Save