Appearance
Web
概述
这个模块我集成了spring-boot-starter-webmvc、Pangju Framework Starter Jackson和Pangju Framework Web。
依赖
xml
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webmvc</artifactId>
</dependency>
<dependency>
<groupId>io.github.pangju666.framework.boot</groupId>
<artifactId>framework-starter-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.github.pangju666.framework</groupId>
<artifactId>framework-web</artifactId>
</dependency>引入
xml
<dependency>
<dependency>
<groupId>io.github.pangju666.framework.boot</groupId>
<artifactId>framework-starter-web</artifactId>
</dependency>
</dependency>