forked from go-spring/go-spring
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathproject.xml
executable file
·93 lines (93 loc) · 2.99 KB
/
project.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<projects>
<project>
<name>spring-gin</name>
<dir>spring/spring-gin</dir>
<url>https://github.com/go-spring/spring-gin.git</url>
<branch>master</branch>
</project>
<project>
<name>spring-echo</name>
<dir>spring/spring-echo</dir>
<url>https://github.com/go-spring/spring-echo.git</url>
<branch>master</branch>
</project>
<project>
<name>starter-web</name>
<dir>starter/starter-web</dir>
<url>https://github.com/go-spring/starter-web.git</url>
<branch>master</branch>
</project>
<project>
<name>starter-gin</name>
<dir>starter/starter-gin</dir>
<url>https://github.com/go-spring/starter-gin.git</url>
<branch>master</branch>
</project>
<project>
<name>starter-echo</name>
<dir>starter/starter-echo</dir>
<url>https://github.com/go-spring/starter-echo.git</url>
<branch>master</branch>
</project>
<project>
<name>starter-go-redis</name>
<dir>starter/starter-go-redis</dir>
<url>https://github.com/go-spring/starter-go-redis.git</url>
<branch>master</branch>
</project>
<project>
<name>starter-go-mongo</name>
<dir>starter/starter-go-mongo</dir>
<url>https://github.com/go-spring/starter-go-mongo.git</url>
<branch>master</branch>
</project>
<project>
<name>starter-grpc</name>
<dir>starter/starter-grpc</dir>
<url>https://github.com/go-spring/starter-grpc.git</url>
<branch>master</branch>
</project>
<project>
<name>starter-rabbitmq</name>
<dir>starter/starter-rabbitmq</dir>
<url>https://github.com/go-spring/starter-rabbitmq.git</url>
<branch>main</branch>
</project>
<project>
<name>starter-gorm</name>
<dir>starter/starter-gorm</dir>
<url>https://github.com/go-spring/starter-gorm.git</url>
<branch>main</branch>
</project>
<project>
<name>spring-swag</name>
<dir>spring/spring-swag</dir>
<url>https://github.com/go-spring/spring-swag.git</url>
<branch>main</branch>
</project>
<project>
<name>starter-core</name>
<dir>starter/starter-core</dir>
<url>https://github.com/go-spring/starter-core.git</url>
<branch>main</branch>
</project>
<project>
<name>spring-stl</name>
<dir>spring/spring-stl</dir>
<url>https://github.com/go-spring/spring-stl.git</url>
<branch>main</branch>
</project>
<project>
<name>spring-rabbitmq</name>
<dir>spring/spring-rabbitmq</dir>
<url>https://github.com/go-spring/spring-rabbitmq.git</url>
<branch>master</branch>
</project>
<project>
<name>spring-core</name>
<dir>spring/spring-core</dir>
<url>https://github.com/go-spring/spring-core.git</url>
<branch>master</branch>
</project>
</projects>