8000 GitHub - KoKyungcheol/cst: cst
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

KoKyungcheol/cst

Repository files navigation

WingUI Platform with SpringBoot

java-maven DeepSource+

Reference Guide

Getting Started

Must install

Recommend install

  • VS Code
    • This project has no any dependency on develop IDE.
    • You also free to use others what you want.
    • For example IntelliJ, Eclipse, Atom, etc...

Build

  1. open TERMINAL
  2. input maven command
    .\mvnw clean package
    

Deployment

  • WAR deploy into WAS /target/{name}-{version}.war.original (remove {.original})
  • Caution
    • Extends Webapp Location is optional

Run Single executable file

Windows

  1. open TERMINAL
  2. java command to run
    java -jar {name}-{version}.war
    
  3. Crtl + C or Close console to stop

Linux

  1. open TERMINAL
  2. java command to run
    nohup java -jar {name}-{version}.war &
    

License

ZIONEX LICENSE

About

cst

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0