* Configured Hiberante 5 correctly * Configured Git plugin correctly * Changed hibernate methods to comply with new method naming conventions * Removed and replaced deprecated properties * Updated Actuator test to use new response structure * Using random port in Mongo integration test, to avoid clashing with a potential instance using the mongo default port
6 lines
161 B
Properties
6 lines
161 B
Properties
# Security
|
|
spring.security.user.name=admin
|
|
spring.security.user.password=password
|
|
|
|
spring.dao.exceptiontranslation.enabled=false
|
|
spring.profiles.active=exception |