|
@@ -28,6 +28,13 @@
|
|
|
<commons.lang.version>2.6</commons.lang.version>
|
|
<commons.lang.version>2.6</commons.lang.version>
|
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
+ <repositories>
|
|
|
|
|
+ <repository>
|
|
|
|
|
+ <id>lib</id>
|
|
|
|
|
+ <url>file://${project.basedir}/lib</url>
|
|
|
|
|
+ </repository>
|
|
|
|
|
+ </repositories>
|
|
|
|
|
+
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -154,6 +161,12 @@
|
|
|
<artifactId>microsoft-yahei-ui</artifactId>
|
|
<artifactId>microsoft-yahei-ui</artifactId>
|
|
|
<version>1.0.0</version>
|
|
<version>1.0.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ <!-- 自制中文字体 - 宋体 -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.uas.report</groupId>
|
|
|
|
|
+ <artifactId>simsun</artifactId>
|
|
|
|
|
+ <version>1.0.0</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
|
|
|
<!-- 文件上传 -->
|
|
<!-- 文件上传 -->
|
|
|
<dependency>
|
|
<dependency>
|