boot-demo
A Java web server demo based on Spring boot.
Requirements
- jdk 1.8+
- maven
- spring-boot
- mybatis
Idea is recommended to import this project.
Module Introduction
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 |
Branches
- master: default main branch
- postgres: database using PostgreSQL
boot-demo
A Java web server demo based on Spring boot.
Requirements
Idea is recommended to import this project.
Module Introduction
Branches