#Introduction This simple application will demonstrate the integration of some tools Meituan is using. Hello world to Meituan tech stack.
#Usage
-
Using embedded jetty to run the code:
mvn clean jetty:run -
Probably need to create the directory for log
cd hello-springmkdir logs -
The go to page:
http://localhost:8080/hello-spring/login
#Document