-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.yml
More file actions
70 lines (66 loc) · 1.3 KB
/
application.yml
File metadata and controls
70 lines (66 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
spring:
threads:
virtual:
enabled: true
lifecycle:
timeout-per-shutdown-phase: "20s"
main:
banner-mode: off
output:
ansi:
enabled: ALWAYS
jpa:
generate-ddl: true
open-in-view: false
properties:
hibernate:
ddl-auto: update
format_sql: true
show-sql: true
session:
events:
log:
LOG_QUERIES_SLOWER_THAN_MS=25
jackson:
time-zone: UTC
serialization:
WRITE_DATES_AS_TIMESTAMPS: false
freemarker:
cache: false
devtools:
restart:
enabled: true
additional-paths: g:/Java/WebServices, g:/Java/data
livereload:
enabled: true
cache:
type: redis
redis:
time-to-live: PT10M
cache-null-values: false
use-key-prefix: false
servlet:
multipart:
max-request-size: 1MB
max-file-size: 1MB
server:
compression:
enabled: true
error:
include-message: always
shutdown: "graceful"
logging:
level:
root: WARN
web: INFO
meetona: INFO
org:
flywaydb: WARN
hibernate:
SQL_SLOW: INFO
org.springframework.security.config.annotation.authentication.configuration.InitializeUserDetailsBeanManagerConfigurer: ERROR
management:
endpoints:
web:
exposure:
include: "*"