Commit 680e0d79ed6cddfc9ad3a1f36bbe554e8ada7211

Authored by 房远帅
1 parent a5fd7d35

配置文件修改

... ... @@ -23,9 +23,9 @@ spring:
23 23 master:
24 24 type: com.alibaba.druid.pool.DruidDataSource
25 25 driver-class-name: com.mysql.cj.jdbc.Driver
26   - url: jdbc:mysql://127.0.0.1:3306/platform?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&useSSL=false&autoReconnect=true&failOverReadOnly=false&serverTimezone=GMT%2B8
  26 + url: jdbc:mysql://10.9.0.16:3307/platform?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&useSSL=false&autoReconnect=true&failOverReadOnly=false&serverTimezone=GMT%2B8
27 27 username: root
28   - password: password
  28 + password: qihua
29 29 druid:
30 30 initial-size: 10
31 31 min-idle: 10
... ... @@ -42,13 +42,13 @@ spring:
42 42 #redis配置,这个redis用来缓存业务数据
43 43 redis:
44 44 #地址
45   - host: 127.0.0.1
  45 + host: 10.9.0.116
46 46 #端口,默认为6379
47 47 port: 6379
48 48 #数据库
49 49 database: 0
50 50 #密码
51   - password: password
  51 + password: 123456
52 52 #连接超时时间
53 53 timeout: 10s
54 54 lettuce:
... ... @@ -63,10 +63,10 @@ spring:
63 63 max-wait: -1ms
64 64 #RabbitMQ配置
65 65 rabbitmq:
66   - addresses: 127.0.0.1:5672 # RabbitMQ集群地址列表,多个地址用逗号分隔
  66 + addresses: 10.9.0.116:5672 # RabbitMQ集群地址列表,多个地址用逗号分隔
67 67 virtual-host: /
68   - username: username
69   - password: password
  68 + username: admin
  69 + password: 123456
70 70 connection-timeout: 60000 # 连接超时时间(毫秒),默认为60000毫秒(60秒)
71 71 ssl:
72 72 enabled: false # 是否启用SSL,默认为false
... ... @@ -112,4 +112,4 @@ jugg:
112 112 #下载时的域名,一般情况下和公开上传的域名一致
113 113 domain: ${jugg.upload.domain}
114 114 # 上传文件的路径
115   - location: ${jugg.upload.location}
\ No newline at end of file
  115 + location: ${jugg.upload.location}
... ...
1 1 server:
2 2 #端口
3   - port: 8080
  3 + port: 8081
4 4 spring:
5 5 application:
6 6 name: @project.artifactId@
... ... @@ -167,7 +167,7 @@ magic-api:
167 167 # 编辑器配置项
168 168 editor-config: classpath:magic-editor-config.js
169 169 # 这里改为项目运行时的域名,菜单中嵌入的页面为base-url + web,这里示例即为http://localhost:8080/dynamic/web
170   - base-url: http://localhost:8080
  170 + base-url: http://erp.qgutech.com
171 171 # 编辑器页面的访问路径url
172 172 web: /dynamic/web
173 173 resource:
... ... @@ -218,4 +218,4 @@ warm-flow:
218 218 # 逻辑删除字段值(开启后默认为2)
219 219 logic_delete_value: 2
220 220 # 逻辑未删除字段(开启后默认为0)
221   - logic_not_delete_value: 0
\ No newline at end of file
  221 + logic_not_delete_value: 0
... ...