فهرست منبع

save simsun.ttf to local repository

sunyj 8 سال پیش
والد
کامیت
9f36c49779

BIN
report/lib/com/uas/report/microsoft-yahei-ui/1.0.0/microsoft-yahei-ui-1.0.0.jar


+ 9 - 0
report/lib/com/uas/report/microsoft-yahei-ui/1.0.0/microsoft-yahei-ui-1.0.0.pom

@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.uas.report</groupId>
+  <artifactId>microsoft-yahei-ui</artifactId>
+  <version>1.0.0</version>
+  <description>Artifactory auto generated POM</description>
+</project>

BIN
report/lib/com/uas/report/simsun/1.0.0/simsun-1.0.0.jar


+ 7 - 0
report/lib/com/uas/report/simsun/1.0.0/simsun-1.0.0.pom

@@ -0,0 +1,7 @@
+<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/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>com.uas.report</groupId>
+    <artifactId>simsun</artifactId>
+    <version>1.0.0</version>
+</project>

+ 13 - 0
report/pom.xml

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