瀏覽代碼

修改spring属性文件错误的编码配置,修改pom文件增加本地jar包依赖

欧阳劲驰 1 天之前
父節點
當前提交
4908d44901
共有 2 個文件被更改,包括 90 次插入81 次删除
  1. 9 0
      pom.xml
  2. 81 81
      src/main/resources/application.properties

+ 9 - 0
pom.xml

@@ -48,6 +48,15 @@
 	</dependencyManagement>
 
 	<dependencies>
+		<!--base-->
+		<dependency>
+			<groupId>com.global</groupId>
+			<artifactId>gbase</artifactId>
+			<version>1.0.2</version>
+			<scope>system</scope>
+			<systemPath>${project.basedir}/libs/gbase.1.0.2.jar</systemPath>
+		</dependency>
+
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-web</artifactId>

文件差異過大導致無法顯示
+ 81 - 81
src/main/resources/application.properties