监控日志服务

parent c4c3b0fc
......@@ -92,6 +92,7 @@
</dependencies>
<build>
<finalName>service-rest</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
......
# \u9879\u76EE\u8BBF\u95EE\u8DEF\u5F84
server.port=8081
server.port=8084
server.context-path=/service-rest
server.tomcat.uri-encoding=UTF-8
......
......@@ -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
......@@ -29,7 +29,7 @@ mybatis:
# 指定sql映射文件位置
mapper-locations: classpath:mybatis/mapper/*.xml
service-rest:
shellPaht: "/usr/local/"
shellPaht: "/usr/local/shell/"
# 调用运行监控微服务shell脚本
reportTomcatName: "reportTomcat.sh"
LogsTomcatName: "tomcatLogs.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