12 lines
455 B
Properties
12 lines
455 B
Properties
server.port=8082
|
|
spring.datasource.driver-class-name=org.h2.Driver
|
|
spring.datasource.url=jdbc:h2:mem:security_permission;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
|
|
spring.datasource.username=sa
|
|
spring.datasource.password=
|
|
spring.jpa.hibernate.ddl-auto=create-drop
|
|
spring.jpa.database=H2
|
|
spring.jpa.show-sql=false
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.H2Dialect
|
|
|
|
|
|
#logging.level.org.springframework.security.web.FilterChainProxy=DEBUG |