监控日志服务

parent c4c3b0fc
...@@ -92,6 +92,7 @@ ...@@ -92,6 +92,7 @@
</dependencies> </dependencies>
<build> <build>
<finalName>service-rest</finalName>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
......
# \u9879\u76EE\u8BBF\u95EE\u8DEF\u5F84 # \u9879\u76EE\u8BBF\u95EE\u8DEF\u5F84
server.port=8081 server.port=8084
server.context-path=/service-rest server.context-path=/service-rest
server.tomcat.uri-encoding=UTF-8 server.tomcat.uri-encoding=UTF-8
......
...@@ -2,9 +2,9 @@ spring: ...@@ -2,9 +2,9 @@ spring:
datasource: datasource:
# 数据源基本配置 # 数据源基本配置
username: root username: root
password: 123 password: 123456
driver-class-name: com.mysql.jdbc.Driver 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 type: com.alibaba.druid.pool.DruidDataSource
# 数据源其他配置 # 数据源其他配置
initialSize: 5 initialSize: 5
...@@ -29,7 +29,7 @@ mybatis: ...@@ -29,7 +29,7 @@ mybatis:
# 指定sql映射文件位置 # 指定sql映射文件位置
mapper-locations: classpath:mybatis/mapper/*.xml mapper-locations: classpath:mybatis/mapper/*.xml
service-rest: service-rest:
shellPaht: "/usr/local/" shellPaht: "/usr/local/shell/"
# 调用运行监控微服务shell脚本 # 调用运行监控微服务shell脚本
reportTomcatName: "reportTomcat.sh" reportTomcatName: "reportTomcat.sh"
LogsTomcatName: "tomcatLogs.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