Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
[#141] in-memory db
Browse files Browse the repository at this point in the history
  • Loading branch information
jenarp committed Jan 31, 2022
1 parent a271663 commit a018822
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@
<dependency>
<groupId>org.springframework.security.oauth.boot</groupId>
<artifactId>spring-security-oauth2-autoconfigure</artifactId>
<version>2.6.2</version>
<version>2.6.3</version>
</dependency>


<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
Expand Down
9 changes: 6 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,10 @@ spring:
username:
password:
jpa.show-sql: true
# h2:
# console:
# enabled: false
platform: h2
url: jdbc:h2:mem:db;DB_CLOSE_DELAY=-1
h2:
console:
enabled: false


0 comments on commit a018822

Please sign in to comment.