First commit

This commit is contained in:
2024-02-08 17:21:44 +01:00
commit d7f12f8e80
28 changed files with 1132 additions and 0 deletions

View 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