Skip to content

imz87/chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatroom

Sample app with spring boot

To build the project cd to project dir and run below command
mvn clean compile package install -Dmaven.test.skip=true -P pro

To build the project after first build you can use below command
mvn clean compile package install -o -Dmaven.test.skip=true -P pro


to call load method use below curl command:
curl "http://localhost:8081/chatroom/message/load/0"

to call save method use below curl command:
curl "http://localhost:8081/chatroom/message/save/1392/yes"

to ssh to spring boot shell use below command and give him the spring boot password:
ssh user@localhost -p 2000

For installation cp target/gs-spring-boot-distribution.dir/* to your server and afterward run start.bat file.

About

Sample app with spring boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published