|
|
@ -4,6 +4,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
### Server Startup Port
|
|
|
|
### Server Startup Port
|
|
|
|
server.port=6691
|
|
|
|
server.port=6691
|
|
|
|
|
|
|
|
spring.profiles.active=mysql
|
|
|
|
|
|
|
|
|
|
|
|
### Server Tomcat
|
|
|
|
### Server Tomcat
|
|
|
|
server.tomcat.accesslog.enabled=true
|
|
|
|
server.tomcat.accesslog.enabled=true
|
|
|
@ -23,17 +24,22 @@ hippo4j.core.clean-history-data-enable=true
|
|
|
|
### Whether to enable authentication.
|
|
|
|
### Whether to enable authentication.
|
|
|
|
hippo4j.core.auth.enabled=true
|
|
|
|
hippo4j.core.auth.enabled=true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Initialize the database dialect class.
|
|
|
|
|
|
|
|
hippo4j.database.dialect=mysql
|
|
|
|
|
|
|
|
hippo4j.database.init_enable=false
|
|
|
|
|
|
|
|
hippo4j.database.init_script=sql-script/mysql/hippo4j_manager.sql
|
|
|
|
|
|
|
|
|
|
|
|
### Use netty to report thread pool monitoring data. The default is http.
|
|
|
|
### Use netty to report thread pool monitoring data. The default is http.
|
|
|
|
# hippo4j.core.monitor.report-type=netty
|
|
|
|
# hippo4j.core.monitor.report-type=netty
|
|
|
|
|
|
|
|
|
|
|
|
#*************** Config Module Related Configurations ***************#
|
|
|
|
#*************** Config Module Related Configurations ***************#
|
|
|
|
### Data source customization section
|
|
|
|
### Default database
|
|
|
|
|
|
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
spring.datasource.url=jdbc:mysql://localhost:3306/hippo4j_manager?characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8
|
|
|
|
spring.datasource.url=jdbc:mysql://localhost:3306/hippo4j_manager?characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8
|
|
|
|
spring.datasource.username=root
|
|
|
|
spring.datasource.username=root
|
|
|
|
spring.datasource.password=root
|
|
|
|
spring.datasource.password=root
|
|
|
|
|
|
|
|
|
|
|
|
### Hikari Datasource
|
|
|
|
### Hikari Datasource
|
|
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
|
|
|
|
spring.datasource.hikari.pool-name=Hikari
|
|
|
|
spring.datasource.hikari.pool-name=Hikari
|
|
|
|
spring.datasource.hikari.connectionTimeout=30000
|
|
|
|
spring.datasource.hikari.connectionTimeout=30000
|
|
|
|
spring.datasource.hikari.idleTimeout=30000
|
|
|
|
spring.datasource.hikari.idleTimeout=30000
|
|
|
|