Update billing-service and series-service: refine frontend API integration, stabilize JPA entities, add Flyway migrations, and enhance roadmap documentation.
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
spring:
|
||||
application:
|
||||
name: billing-service-test
|
||||
cloud:
|
||||
consul:
|
||||
enabled: false
|
||||
discovery:
|
||||
enabled: false
|
||||
datasource:
|
||||
url: jdbc:h2:mem:billing_test;DB_CLOSE_DELAY=-1
|
||||
driver-class-name: org.h2.Driver
|
||||
|
||||
Reference in New Issue
Block a user