File tree Expand file tree Collapse file tree 2 files changed +45
-0
lines changed
Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ ! ** /src /main /** /target /
2+ ! ** /src /test /** /target /
3+ ! ** /.idea
4+
5+ # ## STS ###
6+ .apt_generated
7+ .classpath
8+ .factorypath
9+ .project
10+ .settings
11+ .springBeans
12+ .sts4-cache
13+
14+ # ## IntelliJ IDEA ###
15+ .idea
16+ * .iws
17+ * .iml
18+ * .ipr
19+
20+ # ## NetBeans ###
21+ /nbproject /private /
22+ /nbbuild /
23+ /dist /
24+ /nbdist /
25+ /.nb-gradle /
26+ build /
27+ ! ** /src /main /** /build /
28+ ! ** /src /test /** /build /
29+
30+ # ## VS Code ###
31+ .vscode /
Original file line number Diff line number Diff line change 1+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
4+
5+ <modelVersion >4.0.0</modelVersion >
6+
7+ <groupId >com.io</groupId >
8+ <artifactId >spring-integrations-examples</artifactId >
9+ <packaging >pom</packaging >
10+ <version >1.0</version >
11+
12+ <name >spring-integrations-examples</name >
13+
14+ </project >
You can’t perform that action at this time.
0 commit comments