feat:数据库连接、序列化日期
This commit is contained in:
35
enlish-framework/enlish-spring-boot-starter-jackson/pom.xml
Normal file
35
enlish-framework/enlish-spring-boot-starter-jackson/pom.xml
Normal file
@@ -0,0 +1,35 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.yinlihupo</groupId>
|
||||
<artifactId>enlish-framework</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
<!-- 指定打包方式 -->
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<groupId>com.yinlihupo.framework.jackson</groupId>
|
||||
<artifactId>enlish-spring-boot-starter-jackson</artifactId>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>自定义 Jackson 配置: 支持 Java 8 新的日期 API,如 LocalDateTime、LocalDate 等等</description>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.yinlihupo</groupId>
|
||||
<artifactId>enlish-common</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-autoconfigure</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
Reference in New Issue
Block a user