| | |
| | | <parent> |
| | | <groupId>com.ycl</groupId> |
| | | <artifactId>ycl-server</artifactId> |
| | | <version>0.0.1-SNAPSHOT</version> |
| | | <version>1.0.0</version> |
| | | </parent> |
| | | |
| | | <groupId>com.ycl</groupId> |
| | | <artifactId>ycl-common</artifactId> |
| | | <version>0.0.1-SNAPSHOT</version> |
| | | <version>1.0.0</version> |
| | | <name>ycl-common</name> |
| | | <description>公共模块</description> |
| | | |
| | | |
| | | <properties> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | |
| | | |
| | | <build> |
| | | <plugins> |
| | | <!-- 资源文件拷贝插件 --> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-resources-plugin</artifactId> |
| | | <configuration> |
| | | <encoding>UTF-8</encoding> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |