1 |
68511336
|
jimdixx
|
spring.config.name=application,application-${spring.profiles.active}
|
2 |
|
|
|
3 |
1261b96f
|
stepanekp
|
# jpa settings
|
4 |
00db4bda
|
Jiri Trefil
|
spring.jpa.hibernate.ddl-auto=update
|
5 |
1261b96f
|
stepanekp
|
spring.jpa.show-sql=true
|
6 |
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.SQLServerDialect
|
7 |
00db4bda
|
Jiri Trefil
|
|
8 |
68511336
|
jimdixx
|
# first mysql database connection:
|
9 |
00db4bda
|
Jiri Trefil
|
spring.datasource.username=root
|
10 |
68511336
|
jimdixx
|
spring.datasource.password=testtest
|
11 |
1261b96f
|
stepanekp
|
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
|
12 |
00db4bda
|
Jiri Trefil
|
|
13 |
36a51dd4
|
jimdixx
|
# mssql database connection:
|
14 |
|
|
spring.second-datasource.username=test
|
15 |
|
|
spring.second-datasource.password=test
|
16 |
|
|
spring.second-datasource.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver
|
17 |
00db4bda
|
Jiri Trefil
|
|
18 |
36a51dd4
|
jimdixx
|
spring.security.oauth2.resourceserver.jwt.issuer-uri=http://localhost:9080/auth/realms/spade
|
19 |
20f290be
|
stepanekp
|
|
20 |
2b46a050
|
Petr Urban
|
# custom error pages
|
21 |
1e24f29f
|
Petr Urban
|
server.error.whitelabel.enabled=false
|
22 |
|
|
|
23 |
c5111d82
|
Petr Urban
|
# logger
|
24 |
|
|
logging.level.root=INFO
|
25 |
68511336
|
jimdixx
|
logging.level.cz.zcu.fav.kiv.antipatterndetectionapp=TRACE
|