Loading microservices-monorepo/recommendations/pom.xml +0 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,6 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> </dependency> </dependencies> Loading microservices-monorepo/recommendations/src/main/resources/application.yml +14 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,18 @@ spring: application: name: "Movie Recommender - Recommendations" datasource: url: jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE driver-class-name: org.h2.Driver username: sa password: password jpa: database-platform: org.hibernate.dialect.H2Dialect hibernate: ddl-auto: update profiles: active: test springdoc: api-docs: path: /openapi Loading Loading
microservices-monorepo/recommendations/pom.xml +0 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,6 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> </dependency> </dependencies> Loading
microservices-monorepo/recommendations/src/main/resources/application.yml +14 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,18 @@ spring: application: name: "Movie Recommender - Recommendations" datasource: url: jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE driver-class-name: org.h2.Driver username: sa password: password jpa: database-platform: org.hibernate.dialect.H2Dialect hibernate: ddl-auto: update profiles: active: test springdoc: api-docs: path: /openapi Loading