Skip to content

Commit ad4b94a

Browse files
committed
Add application-properties on backend-springboot
1 parent 09f6e40 commit ad4b94a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

backend-springboot/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
.env.development
99
.env.test
1010
.env.production
11-
src/main/resources/application.properties
1211

1312
# Keep templates for sharing example configs
1413
!.env.template
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
8+
# === Application ===
9+
spring.application.name=backend-springboot
10+
server.port=8080

0 commit comments

Comments
 (0)