Skip to content

Commit 91a2658

Browse files
committed
Rename backend-springboot
1 parent 44e9e25 commit 91a2658

39 files changed

+32
-42
lines changed

.github/workflows/backend-java.yml renamed to .github/workflows/backend-springboot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: backend-java
1+
name: backend-springboot
22

33
on:
44
push:
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
defaults:
1313
run:
14-
working-directory: backend-java
14+
working-directory: backend-springboot
1515

1616
steps:
1717
- name: Checkout code
@@ -42,7 +42,7 @@ jobs:
4242
password: ${{ secrets.DOCKER_PASSWORD }}
4343

4444
- name: Build Docker image
45-
run: docker build -t ${{ secrets.DOCKER_USERNAME }}/backend-java:latest .
45+
run: docker build -t ${{ secrets.DOCKER_USERNAME }}/backend-springboot:latest .
4646

4747
- name: Push Docker image
48-
run: docker push ${{ secrets.DOCKER_USERNAME }}/backend-java:latest
48+
run: docker push ${{ secrets.DOCKER_USERNAME }}/backend-springboot:latest

backend-java/docker_run.bat

Lines changed: 0 additions & 13 deletions
This file was deleted.

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

Lines changed: 0 additions & 10 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

backend-java/HELP.md renamed to backend-springboot/HELP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Read Me First
22
The following was discovered as part of building this project:
33

4-
* The original package name 'com.ganatan.backend-java' is invalid and this project uses 'com.ganatan.starter_app' instead.
4+
* The original package name 'com.ganatan.backend-springboot' is invalid and this project uses 'com.ganatan.starter_app' instead.
55

66
# Getting Started
77

File renamed without changes.

backend-java/README.md renamed to backend-springboot/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# backend-java
1+
# backend-springboot
22

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

@@ -44,7 +44,7 @@ mvn clean install
4444
Génère le fichier :
4545

4646
```
47-
target/backend-java-1.0.0.war
47+
target/backend-springboot-1.0.0.war
4848
```
4949

5050
---
@@ -61,8 +61,8 @@ target/backend-java-1.0.0.war
6161

6262
3. Accéder à l'application :
6363

64-
- http://localhost:8080/backend-java-1.0.0/
65-
- http://localhost:8080/backend-java-1.0.0/persons
64+
- http://localhost:8080/backend-springboot-1.0.0/
65+
- http://localhost:8080/backend-springboot-1.0.0/persons
6666

6767
---
6868

@@ -92,7 +92,7 @@ mvn jetty:run
9292
```
9393

9494
Accès local :
95-
- http://localhost:8080/backend-java/
95+
- http://localhost:8080/backend-springboot/
9696

9797
---
9898

@@ -111,7 +111,7 @@ mvn dependency:tree
111111
## 📦 Commandes Java utiles
112112

113113
```bash
114-
java -jar target/backend-java-1.0.0.jar
114+
java -jar target/backend-springboot-1.0.0.jar
115115
```
116116

117117

0 commit comments

Comments
 (0)