@@ -7,14 +7,26 @@ server.tomcat.accesslog.pattern=%t %a "%r" %s (%D ms)
7
7
8
8
spring.main.banner-mode =off
9
9
10
- spring.datasource.url =jdbc:mysql://localhost:3306/logreplay?useUnicode =true&characterEncoding =UTF-8&useSSL =false
11
- spring.datasource.username =mobile
12
- spring.datasource.password =mobile
10
+ spring.pid.file =logreplay.pid
11
+
12
+ hiraki.datasource.jdbc-url =jdbc:mysql://localhost:3306/logreplay?useUnicode=true&characterEncoding=UTF-8&useSSL=false
13
+ hiraki.datasource.username =mobile
14
+ hiraki.datasource.password =mobile
15
+ hiraki.datasource.minimum-idle =10
16
+ hiraki.datasource.maximum-pool-size =100
13
17
14
18
shiro.remember.me.cipher.key =2itfW92XazYRi5ltW0M2yA==
15
19
16
20
logging.file =logreplay.log
17
21
logging.path =${server.tomcat.basedir}/logs
18
22
logging.pattern.file =[%d{yyyy-MM-dd HH:mm:ss.SSS}] [%thread] %-5level %logger{32} - %msg%n
19
23
logging.pattern.console =${logging.pattern.file}
20
- logging.pattern.level =INFO
24
+ logging.pattern.level =INFO
25
+
26
+ management.context-path =/manage
27
+ management.security.enabled =true
28
+ management.security.roles =admin
29
+ # management.info.git.mode=full
30
+ endpoints.sensitive =true
31
+ endpoints.hypermedia.enabled =true
32
+ endpoints.actuator.path =/actuator
0 commit comments