修改项目部署配置

parent a863e569
......@@ -2,7 +2,6 @@
spring.servlet.multipart.max-request-size=10MB
# \u5355\u4E2A\u6587\u4EF6\u7684\u6700\u5927\u503C
spring.servlet.multipart.max-file-size=10MB
version=@project.version@
# \u5B58\u50A8\u90E8\u7F72\u6587\u6863\u8DEF\u5F84
#DocumentPath: D://word//
DocumentPath: /usr/local/word
......
......@@ -2,9 +2,9 @@ spring:
datasource:
# 数据源基本配置
username: root
password: 123
password: 123456
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/mybatis
url: jdbc:mysql://10.94.61.158:3306/mybatis
type: com.alibaba.druid.pool.DruidDataSource
# 数据源其他配置
initialSize: 5
......@@ -34,12 +34,12 @@ mybatis:
# - classpath:sql/employee.sql
# 调用运行监控微服务url
service-rest:
startRest: "http://127.0.0.1:8084/service-rest/start"
stopRest: "http://127.0.0.1:8084/service-rest/stop"
reportRest: "http://127.0.0.1:8084/service-rest/report"
LogsRest: "http://127.0.0.1:8084/service-rest/logs"
startRest: "http://10.94.61.158:8084/service-rest/start"
stopRest: "http://10.94.61.158:8084/service-rest/stop"
reportRest: "http://10.94.61.158:8084/service-rest/report"
LogsRest: "http://10.94.61.158:8084/service-rest/logs"
# 调用运行监控微服务shell脚本位置(注意:不建议修改)
shellPaht: "/usr/local/"
shellPaht: "/usr/local/shell/"
# 调用运行监控微服务shell脚本
startTomcatName: "startTomcat.sh"
stopTomcatName: "shutTomcat.sh"
......
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