Skip to content
Snippets Groups Projects
Verified Commit 56d8a438 authored by Martin Weise's avatar Martin Weise
Browse files
parent e3d20785
No related branches found
No related tags found
1 merge request!371Hotfix the wrong user id, ref #480
# enable local spring profile # enable local spring profile
spring.profiles.active=local spring.profiles.active=local,junit
# disable discovery # disable discovery
spring.cloud.discovery.enabled=false spring.cloud.discovery.enabled=false
...@@ -12,7 +12,7 @@ spring.cloud.config.enabled=false ...@@ -12,7 +12,7 @@ spring.cloud.config.enabled=false
dbrepo.credentialCacheTimeout=3 dbrepo.credentialCacheTimeout=3
# internal datasource # internal datasource
spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_ON_EXIT=FALSE;INIT=CREATE SCHEMA IF NOT EXISTS FDA;NON_KEYWORDS=value spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_ON_EXIT=FALSE;INIT=CREATE SCHEMA IF NOT EXISTS DBREPO;NON_KEYWORDS=value
spring.datasource.driverClassName=org.h2.Driver spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa spring.datasource.username=sa
spring.datasource.password=password spring.datasource.password=password
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment