* Code for Dependency Injection Article. * Added Java based configuration. Downloaded formatter.xml and reformatted all changed files. Manually changed tab into 4 spaces in XML configuration files. * BAEL-434 - Spring Roo project files generated by Spring Roo. No formatting applied. Added POM, java and resources folders. * Moved project from roo to spring-roo folder.
9 lines
371 B
Properties
9 lines
371 B
Properties
#Updated at Tue Apr 04 15:03:53 BST 2017
|
|
#Tue Apr 04 15:03:53 BST 2017
|
|
spring.datasource.driver-class-name=org.hsqldb.jdbcDriver
|
|
spring.datasource.url=jdbc\:hsqldb\:mem\:roo
|
|
spring.jpa.hibernate.naming.strategy=org.hibernate.cfg.ImprovedNamingStrategy
|
|
spring.messages.encoding=ISO-8859-1
|
|
spring.messages.fallback-to-system-locale=false
|
|
spring.thymeleaf.mode=html
|