Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

ReadMe.txt 924 B

4 månader sedan
12345678910111213141516171819202122232425262728293031323334
  1. JAVA version : Openjdk 17 (jdk-17.0.2)
  2. For launch.json:
  3. {
  4. // Use IntelliSense to learn about possible attributes.
  5. // Hover to view descriptions of existing attributes.
  6. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  7. "version": "0.2.0",
  8. "configurations": [
  9. {
  10. "type": "java",
  11. "name": "FhsmsCApplication",
  12. "request": "launch",
  13. "mainClass": "com.ffii.fhsmsc.FhsmsCApplication",
  14. "projectName": "FhsmsC"
  15. },
  16. {
  17. "type": "java",
  18. "name": "Launch Local",
  19. "request": "launch",
  20. "mainClass": "com.ffii.fhsmsc.FhsmsCApplication",
  21. "console": "internalConsole",
  22. "projectName": "",
  23. "args": "--spring.profiles.active=db-local,local"
  24. }
  25. ]
  26. }
  27. #########################
  28. For build war
  29. 1. run .\gradlew clean build
  30. 2. go to path: .\build\libs
  31. 3. copy war to Tomcat server