A possible backend implementation for the Budget apps on Android & iOS
Find a file
Billy Brawner 16e2a6a895 Prevent MySQL connection from getting killed
After long periods of inactivity, the MySQL server will kill the connection [1]. The newly added configuration properties perform a validation query once per minute while idle to avoid the connection from being killed.

[1] https://blog.netgloo.com/2015/07/09/spring-boot-communications-link-failure-with-mysql-and-hibernate/
2019-11-06 15:52:11 -06:00
.mvn/wrapper Initial commit with basic working API 2019-04-22 18:56:49 -07:00
src Prevent MySQL connection from getting killed 2019-11-06 15:52:11 -06:00
.gitignore Initial commit with basic working API 2019-04-22 18:56:49 -07:00
captain-definition Configure caprover deployments 2019-05-22 21:54:15 -07:00
Dockerfile Fix Dockerfile deployments 2019-09-24 09:33:21 -07:00
LICENSE Add license 2019-10-03 15:24:43 -07:00
mvnw Initial commit with basic working API 2019-04-22 18:56:49 -07:00
mvnw.cmd Initial commit with basic working API 2019-04-22 18:56:49 -07:00
pom.xml Implement persistent session storage 2019-10-19 15:14:06 -07:00