Skip to content

Commit 19c6a3c

Browse files
committed
fix github pipeline on backend-springboot
1 parent e9770a7 commit 19c6a3c

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

backend-springboot/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Application Spring Boot packagée en WAR, compatible Tomcat / Jetty, avec linter, tests, build Maven.
44

5-
Update : 050909-1057
6-
75
---
86

97
## 📊 Updates (Dependency Updates)

backend-springboot/src/main/resources/application.properties

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,14 @@
11
# === Infos ===
22
app.version=1.0.0
3-
app.name=backend-springboot
3+
app.name=backend-springboot-1.1.1
44

55
# === Database Client (mock | pg | mysql) ===
6-
db.client=sql
6+
db.client=mock
77

88
# === Application ===
99
spring.application.name=backend-springboot
1010
server.port=3003
1111

12-
# === PostgreSQL Configuration ===
13-
spring.datasource.url=jdbc:postgresql://localhost:5432/backend_javascript
14-
spring.datasource.username=postgres
15-
spring.datasource.password=Trustno1
16-
spring.datasource.driver-class-name=org.postgresql.Driver
17-
18-
# === Hibernate / JPA ===
19-
spring.jpa.hibernate.ddl-auto=update
20-
spring.jpa.show-sql=true
21-
2212
# === prometheus ===
2313
management.endpoints.web.exposure.include=prometheus
2414
management.endpoint.prometheus.enabled=true

0 commit comments

Comments
 (0)