We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f6e40 commit ad4b94aCopy full SHA for ad4b94a
2 files changed
backend-springboot/.gitignore
@@ -8,7 +8,6 @@
8
.env.development
9
.env.test
10
.env.production
11
-src/main/resources/application.properties
12
13
# Keep templates for sharing example configs
14
!.env.template
backend-springboot/src/main/resources/application.properties
@@ -0,0 +1,10 @@
1
+# === Infos ===
2
+app.version=1.0.0
3
+app.name=backend-springboot
4
+
5
+# === Database Client (mock | pg | mysql) ===
6
+db.client=mock
7
+# === Application ===
+spring.application.name=backend-springboot
+server.port=8080
0 commit comments