You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ El proyecto implementa **TDD (Test Driven Development)** y asegura la calidad me
45
45
mvn test # Ejecutar suite de pruebas unitarias
46
46
```
47
47
3. **Ejecutar la aplicación**
48
-
```
48
+
```bash
49
49
java -jar target/javatest-1.0-SNAPSHOT.jar
50
50
```
51
51
>**Nota técnica (Java 25):** Para evitar advertencias de carga dinámica durante los tests, el proyecto está configurado para habilitar `-XX:+EnableDynamicAgentLoading` en el entorno de pruebas.
@@ -87,15 +87,15 @@ javatest/
87
87
88
88
1. **Haz un Fork** del proyecto.
89
89
2. **Crea tu rama de características**:
90
-
```
90
+
```bash
91
91
git checkout -b feature/CaracteristicaAsombrosa
92
92
```
93
93
3.**Haz Commit de tus cambios**:
94
-
```
94
+
```bash
95
95
git commit -m 'Se añade una característica sorprendente'
0 commit comments