10 lines
585 B
INI
10 lines
585 B
INI
spring.datasource.driver-class-name=org.h2.Driver
|
|
spring.datasource.url=jdbc:h2:mem:db;DB_CLOSE_DELAY=-1
|
|
spring.datasource.username=sa
|
|
spring.datasource.password=sa
|
|
spring.sql.init.mode=never
|
|
spring.application.name=myinpulse-test
|
|
spring.security.oauth2.resourceserver.jwt.jwk-set-uri=http://localhost:7080/realms/test/protocol/openid-connect/certs
|
|
spring.security.oauth2.resourceserver.jwt.issuer-uri=http://localhost:7080/realms/test
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
logging.pattern.console=%d{yyyy-MMM-dd HH:mm:ss.SSS} [%thread] %highlight(%-5level) %cyan(%logger{15}) - %msg %n |