-
Notifications
You must be signed in to change notification settings - Fork 0
zigri2612/PerCapitaIncome
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- cd root dir (project root or /projects/PerCapitalIncome) - compile all java classes javac -d "bin" $(find . -name "*.java") or javac $(find . -name "*.java") - run main class java -cp "bin" com/abc/perCapitalIncome/main/MainApp run Spring boot application in backgound nohup mvn spring-boot:run 2> error.log > output.log & nohup mvn spring-boot:run &> output.log & free -m
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published