1、增加健康检查页面
This commit is contained in:
parent
706eb20398
commit
f0c4767215
1
pom.xml
1
pom.xml
@ -17,6 +17,7 @@
|
||||
<module>sec-test-device</module>
|
||||
<module>sec-ntrip-proxy</module>
|
||||
<module>sec-exapi</module>
|
||||
<module>sec-beidou-ehm</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
|
||||
21
sec-beidou-ehm/src/main/resources/application.properties
Normal file
21
sec-beidou-ehm/src/main/resources/application.properties
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user