提交 cc5a73e2 authored 作者: Matrix's avatar Matrix

fix(配置项): 修改了配置文件

修改了配置文件
上级 04204b36
......@@ -8,6 +8,7 @@ target/
*.log
.log
**/.log
*.gz
### STS ###
\~*.xlsx
......
GET http://127.0.0.1:8087/actuator
Accept: application/vnd.spring-boot.actuator.v2+json
<> 2021-09-03T192754.200.json
###
GET http://127.0.0.1:8087/actuator
Accept: application/vnd.spring-boot.actuator.v2+json
<> 2021-09-03T192650.403.json
###
GET http://127.0.0.1:8087/actuator
Accept: application/vnd.spring-boot.actuator.v2+json
<> 2021-09-03T192615.403.json
###
GET http://127.0.0.1:8087/printDocuments1
<> 2021-04-27T124856.403.json
......
......@@ -75,7 +75,7 @@
<artifactId>2</artifactId>
<version>2.3</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/oscarJDBC16.jar</systemPath>
<systemPath>${project.basedir}/src/main/resources/lib/oscarJDBC.jar</systemPath>
</dependency>
<dependency>
......@@ -136,11 +136,6 @@
<artifactId>dev-zxing</artifactId>
</dependency>
<dependency>
<groupId>com.tykj</groupId>
<artifactId>dev-excel</artifactId>
</dependency>
<dependency>
<groupId>com.tykj</groupId>
<artifactId>dev-taskselect</artifactId>
......@@ -402,7 +397,6 @@
</exclusions>
</dependency>
<dependency>
<groupId>com.tykj.dev</groupId>
<artifactId>config</artifactId>
......@@ -459,6 +453,13 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- 借助 Micrometer 对接 Prometheus 监控系统 -->
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/de.codecentric/spring-boot-admin-starter-client -->
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
......
spring.application.name=device-dev
spring.datasource.url=jdbc:mysql://192.168.100.249:3306/device?serverTimezone=Asia/Shanghai&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=root
spring.jpa.hibernate.ddl-auto=update
#file.path=C:/Users/dengdiyi/Documents/file/
# spring boot admin
spring.boot.admin.client.url=http://localhost:8769
management.endpoints.web.exposure.include=*
management.endpoint.health.show-details=ALWAYS
\ No newline at end of file
spring.datasource.url=jdbc:mysql://localhost:3306/device?serverTimezone=Asia/Shanghai&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false
spring.datasource.url=jdbc:mysql://192.168.100.249:3306/device?serverTimezone=Asia/Shanghai&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=root
file.path=C:/Users/dengdiyi/Documents/file/
preview.path=http://124.70.145.101:8087/equip/file/
\ No newline at end of file
logging.file=./log/equip.log
preview.path=http://124.70.145.101:8087/equip/file/
# spring boot admin
spring.boot.admin.client.url=http://localhost:8769
\ No newline at end of file
......@@ -17,8 +17,7 @@ preview.path=http://192.168.102.169:8087/file/
useBlockcha=true
spring.jpa.hibernate.use-new-id-generator-mappings=false
spring.boot.admin.url=http://localhost:8081/admin
spring.jackson.serialization.indent_output=true
management.endpoints.web.exposure.include="*"
management.endpoints.web.exposure.include=*
management.endpoint.health.show-details=always
......@@ -298,7 +298,6 @@
<scope>test</scope>
</dependency>
</dependencies>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论