Skip to content

Commit

Permalink
set api context path
Browse files Browse the repository at this point in the history
  • Loading branch information
l-brendle committed Oct 19, 2023
1 parent f7868f7 commit cb5ca46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spring-backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ spring.datasource.url=jdbc:h2:mem:testdb
spring.datasource.driverClassName=org.h2.Driver
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect

spring.jpa.defer-datasource-initialization=true
spring.jpa.defer-datasource-initialization=true

server.servlet.contextPath=/api

0 comments on commit cb5ca46

Please sign in to comment.