First commit
This commit is contained in:
14
src/main/resources/application.properties
Normal file
14
src/main/resources/application.properties
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
server.port=8081
|
||||
|
||||
spring.thymeleaf.cache=false
|
||||
spring.thymeleaf.enabled=true
|
||||
spring.thymeleaf.prefix=classpath:/templates/
|
||||
spring.thymeleaf.suffix=.html
|
||||
|
||||
spring.application.name=Feed Reader
|
||||
|
||||
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
|
||||
spring.datasource.url=jdbc:mariadb://eta:3306/feeds
|
||||
spring.datasource.username=feeds
|
||||
spring.datasource.password=fems1211
|
||||
Reference in New Issue
Block a user