https://github.com/ehanlin/hlog2server
https://github.com/ehanlin/hlog2server
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ehanlin/hlog2server
- Owner: eHanlin
- Created: 2016-02-01T06:22:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T09:38:41.000Z (over 10 years ago)
- Last Synced: 2024-12-28T19:03:33.909Z (over 1 year ago)
- Language: Scala
- Size: 18.6 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#hLog2 Server
新的 Log Server,使用 stomp over sockjs 做為通訊方式。
##執行指令
```shell
bower install
mvn clean jetty:run
或
mvn clean tomcat7:run
```