包名修改
正在显示
4 个修改的文件
包含
47 行增加
和
13 行删除
... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
6 | <version>1.0.0</version> | 6 | <version>1.0.0</version> |
7 | 7 | ||
8 | <parent> | 8 | <parent> |
9 | <groupId>org.jkframework.boot</groupId> | 9 | <groupId>org.mirrorframework.boot</groupId> |
10 | <artifactId>fmboot</artifactId> | 10 | <artifactId>fmboot</artifactId> |
11 | <version>1.0.0</version> | 11 | <version>1.0.0</version> |
12 | </parent> | 12 | </parent> | ... | ... |
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | <parent> | 5 | <parent> |
6 | <groupId>org.jkframework.boot</groupId> | 6 | <groupId>org.mirrorframework.boot</groupId> |
7 | <artifactId>fmboot</artifactId> | 7 | <artifactId>fmboot</artifactId> |
8 | <version>1.0.0</version> | 8 | <version>1.0.0</version> |
9 | </parent> | 9 | </parent> |
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
12 | <version>1.0.0</version> | 12 | <version>1.0.0</version> |
13 | <dependencies> | 13 | <dependencies> |
14 | <dependency> | 14 | <dependency> |
15 | <groupId>org.jkframework.boot</groupId> | 15 | <groupId>org.mirrorframework.boot</groupId> |
16 | <artifactId>fm-common</artifactId> | 16 | <artifactId>fm-common</artifactId> |
17 | <version>1.0.0</version> | 17 | <version>1.0.0</version> |
18 | <scope>compile</scope> | 18 | <scope>compile</scope> | ... | ... |
... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
6 | <version>1.0.0</version> | 6 | <version>1.0.0</version> |
7 | 7 | ||
8 | <parent> | 8 | <parent> |
9 | <groupId>org.jkframework.boot</groupId> | 9 | <groupId>org.mirrorframework.boot</groupId> |
10 | <artifactId>fmboot</artifactId> | 10 | <artifactId>fmboot</artifactId> |
11 | <version>1.0.0</version> | 11 | <version>1.0.0</version> |
12 | </parent> | 12 | </parent> |
... | @@ -32,21 +32,15 @@ | ... | @@ -32,21 +32,15 @@ |
32 | 32 | ||
33 | <dependencies> | 33 | <dependencies> |
34 | <dependency> | 34 | <dependency> |
35 | <groupId>org.jkframework.boot</groupId> | 35 | <groupId>org.mirrorframework.boot</groupId> |
36 | <artifactId>fm-common</artifactId> | 36 | <artifactId>fm-common</artifactId> |
37 | <version>1.0.0</version> | 37 | <version>1.0.0</version> |
38 | </dependency> | 38 | </dependency> |
39 | <dependency> | 39 | <dependency> |
40 | <groupId>org.jkframework.boot</groupId> | 40 | <groupId>org.mirrorframework.boot</groupId> |
41 | <artifactId>fm-product</artifactId> | 41 | <artifactId>fm-product</artifactId> |
42 | <version>1.0.0</version> | 42 | <version>1.0.0</version> |
43 | </dependency> | 43 | </dependency> |
44 | <!-- online form--> | ||
45 | <dependency> | ||
46 | <groupId>org.jeecgframework.boot</groupId> | ||
47 | <artifactId>online-form</artifactId> | ||
48 | <version>1.0.2</version> | ||
49 | </dependency> | ||
50 | <!-- 加載postgresql驱动 --> | 44 | <!-- 加載postgresql驱动 --> |
51 | <dependency> | 45 | <dependency> |
52 | <groupId>org.postgresql</groupId> | 46 | <groupId>org.postgresql</groupId> | ... | ... |
1 | <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"> | 1 | <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"> |
2 | <modelVersion>4.0.0</modelVersion> | 2 | <modelVersion>4.0.0</modelVersion> |
3 | <groupId>org.jkframework.boot</groupId> | 3 | <groupId>org.mirrorframework.boot</groupId> |
4 | <artifactId>fmboot</artifactId> | 4 | <artifactId>fmboot</artifactId> |
5 | <version>1.0.0</version> | 5 | <version>1.0.0</version> |
6 | <packaging>pom</packaging> | 6 | <packaging>pom</packaging> |
... | @@ -20,6 +20,29 @@ | ... | @@ -20,6 +20,29 @@ |
20 | 20 | ||
21 | <repositories> | 21 | <repositories> |
22 | <repository> | 22 | <repository> |
23 | <id>tencent</id> | ||
24 | <name>Nexus tencentyun</name> | ||
25 | <url>http://mirrors.cloud.tencent.com/nexus/repository/maven-public/</url> | ||
26 | <releases> | ||
27 | <enabled>true</enabled> | ||
28 | </releases> | ||
29 | <snapshots> | ||
30 | <enabled>true</enabled> | ||
31 | </snapshots> | ||
32 | </repository> | ||
33 | <repository> | ||
34 | <id>nexus-163</id> | ||
35 | <name>Nexus 163</name> | ||
36 | <url>http://mirrors.163.com/maven/repository/maven-public/</url> | ||
37 | <layout>default</layout> | ||
38 | <snapshots> | ||
39 | <enabled>false</enabled> | ||
40 | </snapshots> | ||
41 | <releases> | ||
42 | <enabled>true</enabled> | ||
43 | </releases> | ||
44 | </repository> | ||
45 | <repository> | ||
23 | <id>central</id> | 46 | <id>central</id> |
24 | <name>central</name> | 47 | <name>central</name> |
25 | <url>http://103.85.171.27:8082/repository/maven-central/</url> | 48 | <url>http://103.85.171.27:8082/repository/maven-central/</url> |
... | @@ -90,6 +113,23 @@ | ... | @@ -90,6 +113,23 @@ |
90 | <artifactId>spring-boot-starter-actuator</artifactId> | 113 | <artifactId>spring-boot-starter-actuator</artifactId> |
91 | </dependency> | 114 | </dependency> |
92 | 115 | ||
116 | <!-- 微信 相关SDK --> | ||
117 | <dependency> | ||
118 | <groupId>com.github.binarywang</groupId> | ||
119 | <artifactId>weixin-java-miniapp</artifactId> | ||
120 | <version>3.3.0</version> | ||
121 | </dependency> | ||
122 | <dependency> | ||
123 | <groupId>com.github.binarywang</groupId> | ||
124 | <artifactId>java-emoji-converter</artifactId> | ||
125 | <version>1.0.1</version> | ||
126 | </dependency> | ||
127 | <dependency> | ||
128 | <groupId>com.github.wechatpay-apiv3</groupId> | ||
129 | <artifactId>wechatpay-java</artifactId> | ||
130 | <version>0.2.7</version> | ||
131 | </dependency> | ||
132 | |||
93 | <!-- commons --> | 133 | <!-- commons --> |
94 | <dependency> | 134 | <dependency> |
95 | <groupId>commons-io</groupId> | 135 | <groupId>commons-io</groupId> | ... | ... |
-
请 注册 或 登录 后发表评论