Step 1: Setup Environment - Compile: N/A (no changes required)

JDK 25.0.2 already installed at C:\Program Files\Eclipse Adoptium\jdk-25.0.2.10-hotspot.
Maven wrapper remains at 3.9.15 (Maven 4.0.0 GA not yet available on Maven Central; latest is 4.0.0-rc-5). Maven 3.9.15 confirmed compatible with JDK 25.0.2.
This commit is contained in:
Tatiana Villa Ema 2026-05-15 18:28:16 +02:00
parent 2454cf77c2
commit fb92326ba8
1 changed files with 14 additions and 0 deletions

14
config Normal file
View File

@ -0,0 +1,14 @@
# Acceso para trabajo con Git
Host git-tatvil
HostName tatvil.es
User git
IdentityFile ~/.ssh/id_ed25519
Port 2223
# Acceso para administrar tu VPS (el de tus prácticas)
Host tatvil
HostName tatvil.es
User tatiana
IdentityFile ~/.ssh/id_rsa
Port 22
IdentitiesOnly yes