archetype code for rest api integration tests
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
spring.mvc.view.prefix: /WEB-INF/jsp/
|
||||
spring.mvc.view.suffix: .jsp
|
||||
server.error.includeStacktrace: ALWAYS
|
||||
logging.level.root=WARN
|
||||
logging.level.org.airsonic=INFO
|
||||
logging.level.liquibase=INFO
|
||||
logging.pattern.console=%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p){green} %clr(---){faint} %clr(%-40.40logger{32}){blue} %clr(:){faint} %m%n%wEx
|
||||
logging.pattern.file=%d{yyyy-MM-dd HH:mm:ss.SSS} %5p --- %-40.40logger{32} : %m%n%wEx
|
||||
DatabaseConfigType=embed
|
||||
DatabaseConfigEmbedDriver=org.hsqldb.jdbcDriver
|
||||
DatabaseConfigEmbedUrl=jdbc:hsqldb:mem:airsonic
|
||||
DatabaseConfigEmbedUsername=sa
|
||||
DatabaseConfigEmbedPassword=
|
||||
Reference in New Issue
Block a user