Skip to content
Snippets Groups Projects
Commit 19579c09 authored by Joshua Gill's avatar Joshua Gill
Browse files

Maria properties commented out, all tests now passing

parent f09090e3
Branches main
No related tags found
3 merge requests!56tags will be saved to userFavTags table (needs user ID of current logged in user),!50Merging for latest changes,!46Develop
spring.thymeleaf.cache=false
spring.datasource.url=jdbc:mariadb://localhost:3306/mydb?useSSL=false&requireSSL=false&serverTimezone=UTC
#set credentials explicitly
spring.datasource.username=root
spring.datasource.password=comsc
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
#spring.datasource.url=jdbc:mariadb://localhost:3306/mydb?useSSL=false&requireSSL=false&serverTimezone=UTC
#
##set credentials explicitly
#spring.datasource.username=root
#spring.datasource.password=comsc
#
#spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.mvc.ignore-default-model-on-redirect=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment