forked from bage2014/study
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
113 lines (110 loc) · 4.35 KB
/
pom.xml
File metadata and controls
113 lines (110 loc) · 4.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.bage</groupId>
<artifactId>study</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<distributionManagement>
<site>
<id>website</id>
<url>scp://webhost.company.com/www/website</url>
</site>
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>study-spring-boot</module>
<module>study-redis</module>
<module>study-docker</module>
<module>study-java</module>
<module>study-cryption</module>
<module>study-swagger</module>
<module>study-spring-dependencies</module>
<module>study-spring</module>
<module>study-utils</module>
<module>study-mybatis</module>
<module>study-spring-boot-h2</module>
<module>study-spring-boot-dependencies</module>
<module>study-spring-boot-concurrency</module>
<module>study-jwt</module>
<module>study-cas-client</module>
<module>study-cas-server</module>
<module>study-oauth</module>
<module>study-spring-boot-saml</module>
<module>study-linux</module>
<module>study-swagger-cxf</module>
<module>study-cxf</module>
<module>study-web</module>
<module>study-shiro-tutorial</module>
<module>study-shiro-web</module>
<module>study-jwe</module>
<module>study-springmvc-java</module>
<module>study-springmvc-xml</module>
<module>study-springmvc-nowebxml</module>
<module>study-activemq</module>
<module>study-jpush</module>
<module>study-gateway</module>
<module>study-sql</module>
<module>study-quartz</module>
<module>study-shiro-web-tutorial</module>
<module>study-rabbitmq</module>
<module>study-tomcat</module>
<module>study-socket</module>
<module>study-algorithm</module>
<module>study-maven</module>
<module>study-log4j2</module>
<module>study-loadbalance</module>
<module>study-sharedsession</module>
<module>study-ehcache</module>
<module>study-security</module>
<module>study-cache-memory-springboot</module>
<module>study-cache-memory-spring</module>
<module>study-cache-redis-spring</module>
<module>study-dubbo</module>
<module>study-spring-session</module>
<module>study-gateway-test</module>
<module>study-code-format</module>
<module>study-test</module>
<module>study-sso-baeldung-auth-server</module>
<module>study-sso-baeldung-client1</module>
<module>study-sso-baeldung-client2</module>
<module>study-spring-boot-sso-oauth2-server</module>
<module>study-spring-boot-sso-oauth2-client1</module>
<module>study-log-logback</module>
<module>study-spring-boot-security</module>
<module>study-spring-boot-oauth2-auth-server</module>
<module>study-cglib</module>
<module>study-spring-boot-test</module>
<module>study-materialize-spring-boot</module>
<module>study-leancloud</module>
<module>study-downtime</module>
<module>study-xfyun-lfasr</module>
<module>study-baidu-asr</module>
<module>study-spring-boot-docker</module>
<module>study-json-to-pojo</module>
<module>study-spring-boot-sso-oauth2-client2</module>
<module>study-dbschema-to-json</module>
<module>study-hanlp</module>
<module>study-code-generator</module>
<module>study-websocket</module>
<module>study-spring-boot-mybatis-oracle</module>
<module>study-jmeter</module>
<module>study-mybatis-generator-maven-plugin</module>
<module>study-obj-mapper</module>
<module>study-easyexcel</module>
<module>study-shiro-spring-boot</module>
<module>study-vue</module>
<module>study-spring-boot-actuator</module>
<module>study-domain-generator</module>
<module>study-test-restdoc</module>
<module>study-spring-boot-building</module>
<module>study-spring-boot-redis</module>
<module>study-spring-boot-starter</module>
<module>study-spring-boot-starter-test</module>
<module>study-spring-boot-jpa</module>
<module>study-json</module>
<module>study-spring-boot-multi-datasource</module>
</modules>
</project>