Skip to content

Project created to evaluate Spring Boot 3 and Java 17 resources

Notifications You must be signed in to change notification settings

fernandoferreiratbe/med-vall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enable DevTools at IntelliJ IDE

Settings

Build, Execution, Deployment

Compiler

Build Project Automatically

Settings

Advanced Settings

Compiler

Allow auto-make to start even if developed application is currently running

Note: After mark these checkboxes restart the IDE and be Happy :)

Environment Variables

Export the following environment variable before running the app. Its configuration is based on 12 factors app principle: 3-Configuration. We have no issues pushing our source code to remote public repository.

Environment variables:

  • spring.datasource.url=${DB_CONNECTION_URL}
  • spring.datasource.username=${DB_USERNAME}
  • spring.datasource.password=${DB_PASSWORD}

About

Project created to evaluate Spring Boot 3 and Java 17 resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages