Skip to content

Commit

Permalink
remove username and password field to allow user configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
HliasMpGH committed Feb 28, 2024
1 parent a0f7b05 commit 5a1e9ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ spring.datasource.url=jdbc:h2:mem:bookservice
spring.datasource.driverClassName=org.h2.Driver
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
spring.h2.console.enabled=true
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.username=
spring.datasource.password=

0 comments on commit 5a1e9ca

Please sign in to comment.