Browse Source

修改服务位置

master
zhouhaibin 3 months ago
parent
commit
f1828601b3
  1. 2
      easy-api/pom.xml
  2. 6
      easy-api/src/main/resources/application-prod.yml

2
easy-api/pom.xml

@ -111,7 +111,7 @@
<!--<excludes>com.Test</excludes>--> <!--排除不需要加密的文件--> <!--<excludes>com.Test</excludes>--> <!--排除不需要加密的文件-->
<!--<classpath></classpath>--> <!--外部依赖jarlib--> <!--<classpath></classpath>--> <!--外部依赖jarlib-->
<!--<debug>true</debug>--> <!--调试模式,打印debug日志--> <!--<debug>true</debug>--> <!--调试模式,打印debug日志-->
<code>FFD6C8E3D5A09C874D2AB2B311ABCCACD41D8CD98F00B204E9800998ECF8427ED41D8CD98F00B204E9800998ECF8427E</code> <code>7E38231D00D8427BB1E463E0BD7375EDD41D8CD98F00B204E9800998ECF8427ED41D8CD98F00B204E9800998ECF8427E</code>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>

6
easy-api/src/main/resources/application-prod.yml

@ -15,7 +15,7 @@ springdoc:
packagesToScan: com.easy.admin packagesToScan: com.easy.admin
server: server:
# 端口号 # 端口号
port: 9001 port: 8001
logging: logging:
file: file:
path: logs path: logs
@ -42,7 +42,7 @@ spring:
# 服务器连接端口 # 服务器连接端口
port: 6379 port: 6379
# 服务器连接密码(默认为空) # 服务器连接密码(默认为空)
password: 1qaz@WSX1q2w#E$R password: root
jedis: jedis:
pool: pool:
# 连接池最大连接数(使用负值表示没有限制) # 连接池最大连接数(使用负值表示没有限制)
@ -63,7 +63,7 @@ spring:
master: master:
url: jdbc:mysql://${DB_HOST:127.0.0.1}:${DB_PORT:3306}/${DB_NAME:guoyan_huzhou}?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMulQueries=true&allowMultiQueries=true&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullDatabaseMeansCurrent=true&useInformationSchema=true url: jdbc:mysql://${DB_HOST:127.0.0.1}:${DB_PORT:3306}/${DB_NAME:guoyan_huzhou}?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMulQueries=true&allowMultiQueries=true&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullDatabaseMeansCurrent=true&useInformationSchema=true
username: ${DB_USERNAME:root} username: ${DB_USERNAME:root}
password: ${DB_PASSWORD:1q2w#E$R1qaz@WSX} password: ${DB_PASSWORD:root}
aj: aj:
captcha: captcha:
# 滑动验证,底图路径,不配置将使用默认图片 # 滑动验证,底图路径,不配置将使用默认图片

Loading…
Cancel
Save