Skip to content

AndyInAi/Winter-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Winter Boot

一个开箱即用的 Java Web 框架

if [ ! -d ~/Winter-boot ]; then cd ~/ && git clone https://github.com/AndyInAi/Winter-boot.git; fi


# 运行

# 以 Tomcat 为例

service tomcat stop

mkdir -p /usr/local/tomcat/webapps/ROOT

cp -f -r ~/Winter-boot/www/* /usr/local/tomcat/webapps/ROOT

service tomcat start

# Starting HTTP server at http://0.0.0.0:8080/


# 测试
curl http://localhost:8080/

About

一个开箱即用的 Java Web 框架

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published