init database to pve machine

This commit is contained in:
2026-06-25 09:33:27 +07:00
parent 381115a443
commit d3fef38796
611 changed files with 47 additions and 78709 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Debug (Launch) - SisvietnamvnApp",
"request": "launch",
"mainClass": "com.sisvietnamvn.web.SisvietnamvnApp",
"projectName": "sisvietnamvn",
"vmArgs": "-Dspring.profiles.active=dev"
},
{
"type": "java",
"name": "Debug (Attach) - Port 5005",
"request": "attach",
"hostName": "localhost",
"port": 5005
}
]
}
+11 -2
View File
@@ -1,4 +1,13 @@
{
"java.configuration.updateBuildConfiguration": "interactive",
"java.compile.nullAnalysis.mode": "automatic"
"java.compile.nullAnalysis.mode": "automatic",
"jdk.jdkhome": "C:\\Program Files\\Eclipse Adoptium\\jdk-21.0.11.10-hotspot",
"java.jdt.ls.java.home": "C:\\Program Files\\Eclipse Adoptium\\jdk-21.0.11.10-hotspot",
"java.configuration.runtimes": [
{
"name": "JavaSE-21",
"path": "C:\\Program Files\\Eclipse Adoptium\\jdk-21.0.11.10-hotspot",
"default": true
}
],
"java.configuration.updateBuildConfiguration": "interactive"
}