提交 eabb1354 编写于 作者: 武汉红喜's avatar 武汉红喜

README

上级 ecb71764
# 工具包
\ No newline at end of file
# 分库分表简单实现
\ No newline at end of file
https://github.com/spring-projects/spring-boot
\ No newline at end of file
### Spring Boot 研究系列
- Servlet
- Tomcat
- Spring
- SpringMVC
- Spring Boot
- MyBatis
# Spring Boot 👻 [start.spring.io](https://start.spring.io)
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".
👻 [start.spring.io](https://start.spring.io)
We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss.
Most Spring Boot applications need very little Spring configuration.
启动后访问 localhost:8081/ <br />
swagger localhost:8081/swagger-ui.html
可以外部配置文件启动 <br />
java -jar whatsmars-spring-boot.jar --spring.config.location=/opt/config/application.properties <br />
本地调试时,可利用环境变量灵活设置开发环境,如logging.config=/Users/javahongxi/dev/log4j2.xml
\ No newline at end of file
swagger localhost:8081/swagger-ui.html
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册