fix:brapi-java服务初次提交
This commit is contained in:
22
src/main/resources/application.properties.template
Normal file
22
src/main/resources/application.properties.template
Normal file
@@ -0,0 +1,22 @@
|
||||
server.port = 8080
|
||||
server.servlet.context-path=/brapi/v2
|
||||
|
||||
|
||||
spring.datasource.url=jdbc:postgresql://localhost:5432/brapi-java
|
||||
spring.datasource.username=postgres
|
||||
spring.datasource.password=postgres
|
||||
|
||||
spring.datasource.driver-class-name=org.postgresql.Driver
|
||||
|
||||
spring.jpa.hibernate.ddl-auto=validate
|
||||
spring.jpa.show-sql=false
|
||||
|
||||
spring.flyway.enabled=true
|
||||
spring.flyway.locations=classpath:db/migration,classpath:db/sql
|
||||
spring.flyway.schemas=public
|
||||
spring.flyway.baselineOnMigrate=true
|
||||
|
||||
spring.mvc.dispatch-options-request=true
|
||||
|
||||
security.oidc_discovery_url=https://example.com/auth/.well-known/openid-configuration
|
||||
security.issuer_url=http://example.com/issuerurl
|
||||
Reference in New Issue
Block a user