1 |
b5ce4e16
|
stepanekp
|
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 |
b72dd2ba
|
stepanekp
|
# first mysql database connection:
|
9 |
b5ce4e16
|
stepanekp
|
#spring.datasource.jdbc-url=jdbc:mysql://localhost:3306/spade
|
10 |
00db4bda
|
Jiri Trefil
|
spring.datasource.username=root
|
11 |
0893b08f
|
Jiri Trefil
|
spring.datasource.password=
|
12 |
1261b96f
|
stepanekp
|
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
|
13 |
00db4bda
|
Jiri Trefil
|
|
14 |
b72dd2ba
|
stepanekp
|
# second mysql database connection:
|
15 |
b5ce4e16
|
stepanekp
|
#spring.second-datasource.jdbc-url=jdbc:mysql://localhost:3306/authspade
|
16 |
cbfa8568
|
stepanekp
|
spring.second-datasource.username=root
|
17 |
|
|
spring.second-datasource.password=
|
18 |
|
|
spring.second-datasource.driverClassName=com.mysql.cj.jdbc.Driver
|
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 |
ac45080b
|
Jiri Trefil
|
logging.level.cz.zcu.fav.kiv.antipatterndetectionapp=TRACE
|
26 |
|
|
|
27 |
b5ce4e16
|
stepanekp
|
# keycloak
|
28 |
997c4599
|
Petr Urban
|
spring.security.oauth2.resourceserver.jwt.issuer-uri=http://localhost:9080/auth/realms/spade
|
29 |
|
|
|
30 |
b5ce4e16
|
stepanekp
|
#logging.level.org.springframework.security=debug
|