java-tutorials/spring-roo/src/main/resources/application.properties
iaforek 33fef603b3 BAEL-434 Moved project from roo to spring-roo folder. (#1673)
* 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.
2017-04-18 15:18:31 +02:00

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