DocuSphere/server
2024-09-06 20:57:31 +02:00
..
src Split up UserDTO.java into UserRespondDTO.java and UserRequestDTO.java, this commit also includes a change to DocumentRequestDTO.java which now takes in a whole file in with MultipartFile 2024-09-06 20:57:31 +02:00
build.gradle Updated/Introduced: 1. Spring security (currently disabled seen in SecurityConfig.java) 2. Renamed Coloumn names to be more aligned with best practices 3. Return DTO instead of User Object to request 2024-09-06 20:01:42 +02:00
README.md add root README.md 2024-08-30 21:48:19 +02:00

Some additional things to consider:

.env not being read by application.yml

There is currently not a way that environment variables are read from the .env file which the docker-compose.yml file uses.

You have to manually set the environment variables in e.g. your IDE