Skip to content

Commit aa50bb5

Browse files
committed
fixed #379 Error Controller is broken,
fixed #376 add UML to Documentation
1 parent 281b991 commit aa50bb5

File tree

1 file changed

+6
-59
lines changed

1 file changed

+6
-59
lines changed

src/main/resources/application.yml

Lines changed: 6 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -120,64 +120,18 @@ org:
120120
logging:
121121
level:
122122
root: INFO
123-
javax: INFO
124-
jakartaee: INFO
125-
com:
126-
atomikos: INFO
127123
org:
128-
thymeleaf:
129-
dialect:
130-
springdata: INFO
131-
apache:
132-
commons:
133-
logging: WARN
134-
h2: INFO
135-
springframework:
136-
data:
137-
jdbc: INFO
138-
jpa: INFO
139-
relational: INFO
140-
security:
141-
web: INFO
142-
context: INFO
143-
boot: INFO
144-
beans: INFO
145-
jdbc: INFO
146-
orm: INFO
147-
session: WARN
148-
test: INFO
149-
mock: WARN
150-
transaction: INFO
151-
jca: INFO
152-
web: INFO
153-
remoting: INFO
154-
http: INFO
155-
expression: INFO
156-
util: INFO
157-
lang: INFO
158-
core: INFO
159-
cglib: WARN
124+
springframework: INFO
160125
hibernate:
161-
sql: INFO
162-
query: INFO
163-
mapping: INFO
164-
jpa: INFO
165-
id: INFO
166-
graph: INFO
167-
cfg: INFO
168-
service: INFO
169-
result: INFO
126+
SQL: INFO
170127
engine:
171128
internal: WARN
172129
ch:
173130
qos: WARN
131+
postgresql: WARN
174132
woehlke:
175133
java:
176-
simpleworklist:
177-
application: DEBUG
178-
config: DEBUG
179-
measurements: DEBUG
180-
domain: DEBUG
134+
simpleworklist: INFO
181135
debug: false
182136
---
183137
spring:
@@ -195,7 +149,7 @@ spring:
195149
hibernate:
196150
ddl-auto: update
197151
server:
198-
# port: 9010
152+
port: 8080
199153
compression:
200154
enabled: true
201155
logging:
@@ -212,12 +166,5 @@ logging:
212166
postgresql: WARN
213167
woehlke:
214168
java:
215-
simpleworklist:
216-
application: INFO
217-
config: INFO
218-
measurements: INFO
219-
user: INFO
220-
domain: INFO
221-
services: INFO
222-
common: INFO
169+
simpleworklist: INFO
223170
debug: false

0 commit comments

Comments
 (0)