A Java web server demo based on Spring boot.
- jdk 1.8+
- maven
- spring-boot
- mybatis
Idea is recommended to import this project.
module | introduction |
---|---|
boot-cache | cache components |
boot-common | contains common component code for the entire project |
boot-common-dao | common component code for DAO |
boot-common-rpc | common component code for rpc invocation based on HTTP |
boot-common-web | common component code for web server |
boot-dao | DAO service code |
boot-origin | summary of common reliance packages |
boot-server | HTTP server using Spring boot |
boot-mybatis-generator | custom mybatis mapper generator |