Commit 8592c381 authored by tangwei's avatar tangwei

更新提交

parents 8a17127a b4415a8a
......@@ -53,7 +53,7 @@ public class AmosJcsApplication
String path = oConvertUtils.getString(env.getProperty("server.servlet.context-path"));
logger.info("\n----------------------------------------------------------\n\t" +
"Application Jeecg-Boot is running! Access URLs:\n\t" +
"Application Amos-Biz-Boot is running! Access URLs:\n\t" +
"Swagger文档: \thttp://" + ip + ":" + port + path + "/doc.html\n" +
"----------------------------------------------------------");
}
......
......@@ -9,7 +9,7 @@ eureka.instance.hostname=172.16.10.72
eureka.instance.prefer-ip-address=true
eureka.client.serviceUrl.defaultZone=http://${eureka.instance.hostname}:10001/eureka/
#redis properties:
spring.redis.database=0
spring.redis.host=172.16.10.85
spring.redis.port=6379
......@@ -22,3 +22,5 @@ spring.redis.expire.time=300
security.systemctl.name=AMOS-API-SYSTEMCTL
......@@ -53,7 +53,7 @@ public class AmosTzsApplication {
String path = oConvertUtils.getString(env.getProperty("server.servlet.context-path"));
logger.info("\n----------------------------------------------------------\n\t" +
"Application Jeecg-Boot is running! Access URLs:\n\t" +
"Application Amos-Biz-Boot is running! Access URLs:\n\t" +
"Swagger文档: \thttp://" + ip + ":" + port + path + "/doc.html\n" +
"----------------------------------------------------------");
}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment