Commit Graph

15 Commits

Author SHA1 Message Date
144305a6c0 Lower max lifetime value for mysql connection 2020-04-26 15:52:50 +02:00
52b5065558 Add fail timeout for mariadb spring boot connection, Add spring actuator 2020-04-22 20:36:34 +02:00
2c7418529b Add dev and prod profile, Add MariaDB connector
Prod is default
Add IDEA Run Configs for DEV (IDEA) and PROD (Docker-Compose)
2020-04-22 19:13:46 +02:00
496394dac1 Add Compose run config for IDEA 2020-04-22 19:13:45 +02:00
916524eed5 Remove UserService because it's not needed for a data entity 2020-04-17 18:45:22 +02:00
dd94b40110 Update base endpoint to "/api" 2020-04-17 18:44:31 +02:00
b40d87375a Make UserRepository from type PagingAndSorting 2020-04-17 18:44:06 +02:00
ce81ff07ba Remove UserController, Add UserRepository 2020-04-17 18:03:36 +02:00
9ef00cc092 Create User entity 2020-04-17 18:02:57 +02:00
41338738b0 Add lombok dependencies 2020-04-15 23:51:07 +02:00
73aef924fa Add data-jpa dependencies 2020-04-15 23:51:07 +02:00
7bf6110290 Add some config files and Run config 2020-04-15 23:51:06 +02:00
b7f84e0715 Remove HelloWorld and Create User Service 2020-04-15 23:51:06 +02:00
3c0e774a59 Add Dockerfile for spring backend 2020-04-14 09:55:13 +02:00
15478b096b Add backend project with some boiler plate code, Add gitignore for spring project 2020-04-04 19:59:18 +02:00