10000 GitHub - m0cchi/coffee-cup-webapp: web app sample
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

m0cchi/coffee-cup-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

build

git clone https://github.com/m0cchi/coffee-cup.git
cd coffee-cup/CoffeeCup
mkdir bin
find src/ -type f -print | grep java > srcfiles
javac -d bin @srcfiles
cd ../../
git clone https://github.com/m0cchi/coffee-cup-webapp.git
cd coffee-cup-webapp
mkdir bin
find src/ -type f -print | grep java > srcfiles
javac -cp ../coffee-cup/CoffeeCup/bin/ -d bin @srcfiles

run

java -cp bin:../coffee-cup/CoffeeCup/bin net.m0cchi.startup.Bootstrap

About

web app sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0