fix: fixing the issue on the initialization of the web application
Adding .env.example for environment variable management Updating .gitignore to exclude sensitive files Modifying pom.xml to include new dependencies Updating application.properties for better configuration
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,6 +4,7 @@ target/
|
||||
!**/src/main/**/target/
|
||||
!**/src/test/**/target/
|
||||
|
||||
.env
|
||||
### STS ###
|
||||
.apt_generated
|
||||
.classpath
|
||||
|
||||
Reference in New Issue
Block a user