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:
6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
DB_URL=
|
||||
DB_USER=
|
||||
DB_PASSWORD=
|
||||
PORT=
|
||||
SSL_KEYSTORE_PASSWORD=
|
||||
SSL_ENABLED=
|
||||
Reference in New Issue
Block a user