docs: update stale paths mic-after-work-server-impl-quarkus-main → afterwork-server-impl-quarkus + new workspace location (lions-workspace/afterwork/)
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(flutter analyze:*)",
|
||||
"Bash(flutter pub add:*)",
|
||||
"Bash(mvn clean compile:*)",
|
||||
"Bash(mvn compile:*)",
|
||||
"Bash(dir \"C:\\\\Users\\\\dadyo\\\\PersonalProjects\\\\lions-workspace\\\\afterwork\\\\lib\" /s /b)",
|
||||
"Bash(findstr:*)",
|
||||
"Bash(cat:*)",
|
||||
"Bash(flutter pub get:*)",
|
||||
"Bash(flutter build:*)",
|
||||
"WebSearch",
|
||||
"Bash(dir \"C:\\\\Users\\\\dadyo\\\\PersonalProjects\\\\mic-after-work-server-impl-quarkus-main\\\\src\\\\main\\\\java\\\\com\\\\lions\\\\dev\\\\entity\\\\chat\" /s /b)",
|
||||
"Bash(dir:*)",
|
||||
"Bash(mvn clean package:*)",
|
||||
"Bash(git remote add:*)",
|
||||
"Bash(git add:*)",
|
||||
"Bash(git push:*)",
|
||||
"Bash(git remote set-url:*)",
|
||||
"Bash(git commit:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -2,11 +2,11 @@
|
||||
|
||||
## ✅ Confirmation
|
||||
|
||||
**OUI**, le backend `mic-after-work-server-impl-quarkus-main` est bien le backend associé à l'application Flutter `afterwork` !
|
||||
**OUI**, le backend `afterwork-server-impl-quarkus` est bien le backend associé à l'application Flutter `afterwork` !
|
||||
|
||||
## 📁 Chemins
|
||||
|
||||
- **Backend** : `C:\Users\dadyo\PersonalProjects\mic-after-work-server-impl-quarkus-main`
|
||||
- **Backend** : `C:\Users\dadyo\PersonalProjects/lions-workspace/afterwork/afterwork-server-impl-quarkus`
|
||||
- **Frontend** : `C:\Users\dadyo\PersonalProjects\lions-workspace\afterwork`
|
||||
|
||||
## 🔍 Correspondances Vérifiées
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
```powershell
|
||||
# Se déplacer dans le répertoire backend
|
||||
cd C:\Users\dadyo\PersonalProjects\mic-after-work-server-impl-quarkus-main
|
||||
cd C:\Users\dadyo\PersonalProjects/lions-workspace/afterwork/afterwork-server-impl-quarkus
|
||||
|
||||
# Démarrer en mode développement
|
||||
mvn clean compile quarkus:dev
|
||||
@@ -160,7 +160,7 @@ curl -X POST http://192.168.1.8:8080/users/authenticate `
|
||||
|
||||
## 📊 Résumé
|
||||
|
||||
✅ **Backend identifié** : mic-after-work-server-impl-quarkus-main
|
||||
✅ **Backend identifié** : afterwork-server-impl-quarkus
|
||||
✅ **Compatibilité confirmée** : Entités et endpoints correspondent
|
||||
✅ **Base de données** : PostgreSQL (afterwork_db)
|
||||
✅ **Port** : 8080
|
||||
|
||||
@@ -285,7 +285,7 @@ flutter build apk --dart-define=API_BASE_URL=https://api.lions.dev/afterwork
|
||||
- [Documentation Flutter](https://flutter.dev/docs)
|
||||
- [Flutter Build Modes](https://flutter.dev/docs/testing/build-modes)
|
||||
- [Environment Variables in Flutter](https://flutter.dev/docs/deployment/flavors)
|
||||
- [API Backend Repository](https://git.lions.dev/lionsdev/mic-after-work-server-impl-quarkus-main)
|
||||
- [API Backend Repository](https://git.lions.dev/lionsdev/afterwork-server-impl-quarkus)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
#### Déploiement Production
|
||||
- ✅ **API déployée** sur VPS (176.57.150.2)
|
||||
- ✅ **Namespace** : `applications`
|
||||
- ✅ **Service** : `mic-after-work-server-impl-quarkus-main-service`
|
||||
- ✅ **Image Docker** : `registry.lions.dev/lionsdev/mic-after-work-server-impl-quarkus-main:1.0.0-SNAPSHOT-20260110-161333`
|
||||
- ✅ **Base de données** : PostgreSQL (`lionsuser@postgresql:5432/mic-after-work-server-impl-quarkus-main`)
|
||||
- ✅ **Service** : `afterwork-server-impl-quarkus-service`
|
||||
- ✅ **Image Docker** : `registry.lions.dev/lionsdev/afterwork-server-impl-quarkus:1.0.0-SNAPSHOT-20260110-161333`
|
||||
- ✅ **Base de données** : PostgreSQL (`lionsuser@postgresql:5432/afterwork-server-impl-quarkus`)
|
||||
|
||||
#### Configuration Corrigée
|
||||
- ✅ Supprimé tous les warnings de configuration Quarkus
|
||||
@@ -137,7 +137,7 @@ chmod +x scripts/build_production.sh
|
||||
|
||||
### Backend
|
||||
```
|
||||
mic-after-work-server-impl-quarkus-main/
|
||||
afterwork-server-impl-quarkus/
|
||||
├── src/main/resources/
|
||||
│ ├── application.properties # Config build-time + dev
|
||||
│ └── application-prod.properties # Config runtime production
|
||||
@@ -173,7 +173,7 @@ afterwork/
|
||||
```yaml
|
||||
DB_HOST: postgresql
|
||||
DB_PORT: 5432
|
||||
DB_NAME: mic-after-work-server-impl-quarkus-main
|
||||
DB_NAME: afterwork-server-impl-quarkus
|
||||
```
|
||||
|
||||
**Secrets** :
|
||||
@@ -236,10 +236,10 @@ curl -I https://api.lions.dev/afterwork/q/swagger-ui/
|
||||
### Backend (automatisé via lionsctl)
|
||||
|
||||
```bash
|
||||
cd mic-after-work-server-impl-quarkus-main
|
||||
cd afterwork-server-impl-quarkus
|
||||
lionsctl.exe pipeline \
|
||||
--cluster k1 \
|
||||
--url https://git.lions.dev/lionsdev/mic-after-work-server-impl-quarkus-main.git \
|
||||
--url https://git.lions.dev/lionsdev/afterwork-server-impl-quarkus.git \
|
||||
--environment production \
|
||||
--branch develop
|
||||
```
|
||||
@@ -296,13 +296,13 @@ lionsctl.exe pipeline \
|
||||
**Backend** :
|
||||
```bash
|
||||
# Voir les logs
|
||||
ssh root@176.57.150.2 "kubectl logs -n applications -l app=mic-after-work-server-impl-quarkus-main --tail=100"
|
||||
ssh root@176.57.150.2 "kubectl logs -n applications -l app=afterwork-server-impl-quarkus --tail=100"
|
||||
|
||||
# Redémarrer le pod
|
||||
ssh root@176.57.150.2 "kubectl rollout restart -n applications deployment/mic-after-work-server-impl-quarkus-main"
|
||||
ssh root@176.57.150.2 "kubectl rollout restart -n applications deployment/afterwork-server-impl-quarkus"
|
||||
|
||||
# Vérifier le statut
|
||||
ssh root@176.57.150.2 "kubectl get pods -n applications -l app=mic-after-work-server-impl-quarkus-main"
|
||||
ssh root@176.57.150.2 "kubectl get pods -n applications -l app=afterwork-server-impl-quarkus"
|
||||
```
|
||||
|
||||
**Frontend** :
|
||||
@@ -314,7 +314,7 @@ ssh root@176.57.150.2 "kubectl get pods -n applications -l app=mic-after-work-se
|
||||
|
||||
## 📞 Contacts
|
||||
|
||||
- **Repository Backend** : https://git.lions.dev/lionsdev/mic-after-work-server-impl-quarkus-main
|
||||
- **Repository Backend** : https://git.lions.dev/lionsdev/afterwork-server-impl-quarkus
|
||||
- **Repository Frontend** : https://git.lions.dev/lionsdev/afterwork
|
||||
- **API Production** : https://api.lions.dev/afterwork
|
||||
- **Documentation API** : https://api.lions.dev/afterwork/q/swagger-ui/
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
- ✅ Configuration Android mise à jour (Gradle 8.0, Kotlin 1.9.22)
|
||||
|
||||
### 4. Backend Identifié
|
||||
- ✅ Backend : `mic-after-work-server-impl-quarkus-main`
|
||||
- ✅ Backend : `afterwork-server-impl-quarkus`
|
||||
- ✅ Dépendances ajoutées : Lombok, BCrypt, quarkus-resteasy-multipart
|
||||
|
||||
### 5. Documentation
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
```powershell
|
||||
# Se déplacer dans le répertoire backend
|
||||
cd C:\Users\dadyo\PersonalProjects\mic-after-work-server-impl-quarkus-main
|
||||
cd C:\Users\dadyo\PersonalProjects/lions-workspace/afterwork/afterwork-server-impl-quarkus
|
||||
|
||||
# Compiler et démarrer
|
||||
mvn clean compile quarkus:dev
|
||||
@@ -150,7 +150,7 @@ cd C:\Users\dadyo\PersonalProjects\lions-workspace\afterwork
|
||||
- `android/settings.gradle` - Kotlin 1.9.22
|
||||
- `pubspec.yaml` - Packages désactivés
|
||||
|
||||
### Backend (mic-after-work-server-impl-quarkus-main)
|
||||
### Backend (afterwork-server-impl-quarkus)
|
||||
- `pom.xml` - Lombok, BCrypt, quarkus-resteasy-multipart ajoutés
|
||||
|
||||
### Packages Externes
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
- Namespaces ajoutés pour `flutter_bcrypt` et `flutter_vibrate`
|
||||
|
||||
### ✅ Backend Identifié
|
||||
- **Backend** : `C:\Users\dadyo\PersonalProjects\mic-after-work-server-impl-quarkus-main`
|
||||
- **Backend** : `C:\Users\dadyo\PersonalProjects/lions-workspace/afterwork/afterwork-server-impl-quarkus`
|
||||
- **Base de données** : afterwork_db (PostgreSQL)
|
||||
- **Port** : 8080
|
||||
- **Framework** : Quarkus 3.16.3
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
### 1. Terminer le Backend
|
||||
```powershell
|
||||
cd C:\Users\dadyo\PersonalProjects\mic-after-work-server-impl-quarkus-main
|
||||
cd C:\Users\dadyo\PersonalProjects/lions-workspace/afterwork/afterwork-server-impl-quarkus
|
||||
mvn clean compile quarkus:dev
|
||||
```
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ Travail réalisé sur le projet AfterWork (frontend Flutter + backend Quarkus) d
|
||||
|
||||
### 5. Backend Identifié et Configuré
|
||||
|
||||
- ✅ **Backend** : `mic-after-work-server-impl-quarkus-main`
|
||||
- ✅ **Backend** : `afterwork-server-impl-quarkus`
|
||||
- ✅ **Base de données** : afterwork_db (PostgreSQL)
|
||||
- ✅ **Port** : 8080
|
||||
- ✅ **Framework** : Quarkus 3.16.3
|
||||
@@ -109,7 +109,7 @@ Travail réalisé sur le projet AfterWork (frontend Flutter + backend Quarkus) d
|
||||
- `pubspec.yaml`
|
||||
- `README.md`
|
||||
|
||||
### Backend (mic-after-work-server-impl-quarkus-main)
|
||||
### Backend (afterwork-server-impl-quarkus)
|
||||
- `pom.xml` (dépendances ajoutées)
|
||||
- `src/main/java/com/lions/dev/entity/users/Users.java` (BCrypt migré)
|
||||
|
||||
@@ -139,7 +139,7 @@ Travail réalisé sur le projet AfterWork (frontend Flutter + backend Quarkus) d
|
||||
```powershell
|
||||
# Le backend devrait compiler et démarrer
|
||||
# Vérifiez le terminal 48 ou relancez :
|
||||
cd C:\Users\dadyo\PersonalProjects\mic-after-work-server-impl-quarkus-main
|
||||
cd C:\Users\dadyo\PersonalProjects/lions-workspace/afterwork/afterwork-server-impl-quarkus
|
||||
mvn clean compile quarkus:dev
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user