1、增加健康检查页面

This commit is contained in:
weidong 2025-02-17 16:14:17 +08:00
parent 706eb20398
commit f0c4767215
2 changed files with 22 additions and 0 deletions

View File

@ -17,6 +17,7 @@
<module>sec-test-device</module> <module>sec-test-device</module>
<module>sec-ntrip-proxy</module> <module>sec-ntrip-proxy</module>
<module>sec-exapi</module> <module>sec-exapi</module>
<module>sec-beidou-ehm</module>
</modules> </modules>
<properties> <properties>

View File

@ -0,0 +1,21 @@
server.port=9912
spring.application.name=beidou-ehm
spring.application.build=20250213
spring.jpa.show-sql = true
spring.jpa.hibernate.ddl-auto = none
spring.jpa.database-platform = org.hibernate.dialect.MySQLDialect
#spring.datasource.url = jdbc:mysql://localhost:3306/beidou?characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
spring.datasource.url=jdbc:mysql://139.9.51.237:3306/beidou?characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
spring.datasource.username = radmin
spring.datasource.password = DBMgr_2022
spring.datasource.driverClassName = com.mysql.cj.jdbc.Driver
spring.jackson.dateFormat = yyyy-MM-dd HH:mm:ss
spring.jackson.time-zone = GMT+8
app.format.date = yyyy-MM-dd
app.format.time = HH:mm:ss
app.format.datetime = yyyy-MM-dd HH:mm:ss
mybatis-plus.configuration.map-underscore-to-camel-case=false