Revize b72dd2ba
Přidáno uživatelem stepanekp před asi 1 rok
src/main/resources/application.properties | ||
---|---|---|
3 | 3 |
spring.jpa.show-sql=true |
4 | 4 |
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.SQLServerDialect |
5 | 5 |
|
6 |
# mysql database connection: |
|
6 |
# first mysql database connection:
|
|
7 | 7 |
spring.datasource.jdbc-url=jdbc:mysql://localhost:3306/spade |
8 | 8 |
spring.datasource.username=root |
9 | 9 |
spring.datasource.password= |
10 | 10 |
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver |
11 | 11 |
|
12 |
# mssql database connection:
|
|
12 |
# second mysql database connection:
|
|
13 | 13 |
spring.second-datasource.jdbc-url=jdbc:mysql://localhost:3306/authspade |
14 | 14 |
spring.second-datasource.username=root |
15 | 15 |
spring.second-datasource.password= |
16 | 16 |
spring.second-datasource.driverClassName=com.mysql.cj.jdbc.Driver |
17 | 17 |
|
18 |
detecting.service.url=http://localhost:8081 |
|
18 | 19 |
|
19 | 20 |
# custom error pages |
20 | 21 |
server.error.whitelabel.enabled=false |
Také k dispozici: Unified diff
prepared for communication with detection service