|
16 | 16 | <name>ssm-web</name> |
17 | 17 |
|
18 | 18 | <dependencies> |
19 | | -<!-- <dependency>--> |
20 | | -<!-- <groupId>org.springframework.boot</groupId>--> |
21 | | -<!-- <artifactId>spring-boot-starter-web</artifactId>--> |
22 | | -<!-- <exclusions>--> |
23 | | -<!-- <exclusion>--> |
24 | | -<!-- <groupId>org.springframework.boot</groupId>--> |
25 | | -<!-- <artifactId>spring-boot-starter-tomcat</artifactId>--> |
26 | | -<!-- </exclusion>--> |
27 | | -<!-- </exclusions>--> |
28 | | -<!-- </dependency>--> |
29 | | -<!-- <dependency>--> |
30 | | -<!-- <groupId>org.apache.tomcat</groupId>--> |
31 | | -<!-- <artifactId>tomcat-servlet-api</artifactId>--> |
32 | | -<!-- <version>7.0.42</version>--> |
33 | | -<!-- <scope>provided</scope>--> |
34 | | -<!-- </dependency>--> |
35 | 19 | <dependency> |
36 | 20 | <groupId>org.springframework.cloud</groupId> |
37 | 21 | <artifactId>spring-cloud-starter-eureka</artifactId> |
|
58 | 42 | <artifactId>lombok</artifactId> |
59 | 43 | </dependency> |
60 | 44 |
|
61 | | - <!-- Web with Tomcat + Embed --> |
62 | | -<!-- <dependency>--> |
63 | | -<!-- <groupId>org.springframework.boot</groupId>--> |
64 | | -<!-- <artifactId>spring-boot-starter-tomcat</artifactId>--> |
65 | | -<!-- <scope>provided</scope>--> |
66 | | -<!-- </dependency>--> |
67 | | - |
68 | | - <!-- JSTL --> |
69 | | -<!-- <dependency>--> |
70 | | -<!-- <groupId>javax.servlet</groupId>--> |
71 | | -<!-- <artifactId>jstl</artifactId>--> |
72 | | -<!-- </dependency>--> |
73 | | -<!-- <dependency>--> |
74 | | -<!-- <groupId>javax.servlet</groupId>--> |
75 | | -<!-- <artifactId>javax.servlet-api</artifactId>--> |
76 | | -<!-- </dependency>--> |
77 | | - |
78 | | - <!-- Need this to compile JSP --> |
79 | | -<!-- <dependency>--> |
80 | | -<!-- <groupId>org.apache.tomcat.embed</groupId>--> |
81 | | -<!-- <artifactId>tomcat-embed-jasper</artifactId>--> |
82 | | -<!-- <scope>provided</scope>--> |
83 | | -<!-- </dependency>--> |
84 | | - |
85 | | - <!--Need this to compile JSP--> |
86 | | -<!-- <dependency>--> |
87 | | -<!-- <groupId>org.eclipse.jdt.core.compiler</groupId>--> |
88 | | -<!-- <artifactId>ecj</artifactId>--> |
89 | | -<!-- <version>4.6.1</version>--> |
90 | | -<!-- <scope>provided</scope>--> |
91 | | -<!-- </dependency>--> |
92 | | - |
93 | | -<!-- <dependency>--> |
94 | | -<!-- <groupId>org.springframework.session</groupId>--> |
95 | | -<!-- <artifactId>spring-session-data-redis</artifactId>--> |
96 | | -<!-- </dependency>--> |
97 | | - |
98 | | -<!-- <dependency>--> |
99 | | -<!-- <groupId>org.springframework.boot</groupId>--> |
100 | | -<!-- <artifactId>spring-boot-starter-data-redis</artifactId>--> |
101 | | -<!-- </dependency>--> |
102 | | - <!-- Web --> |
103 | 45 | <dependency> |
104 | 46 | <groupId>org.springframework.boot</groupId> |
105 | 47 | <artifactId>spring-boot-starter-web</artifactId> |
|
136 | 78 | <build> |
137 | 79 | <finalName>${project.name}</finalName> |
138 | 80 | <plugins> |
139 | | -<!-- <plugin>--> |
140 | | -<!-- <groupId>org.springframework.boot</groupId>--> |
141 | | -<!-- <artifactId>spring-boot-maven-plugin</artifactId>--> |
142 | | -<!-- <version>1.4.2.RELEASE</version>--> |
143 | | -<!-- </plugin>--> |
144 | | -<!-- <plugin>--> |
145 | | -<!-- <groupId>org.apache.maven.plugins</groupId>--> |
146 | | -<!-- <artifactId>maven-resources-plugin</artifactId>--> |
147 | | -<!-- <configuration>--> |
148 | | -<!-- <overwrite>true</overwrite>--> |
149 | | -<!-- </configuration>--> |
150 | | -<!-- </plugin>--> |
151 | | -<!-- <plugin>--> |
152 | | -<!-- <groupId>org.apache.maven.plugins</groupId>--> |
153 | | -<!-- <artifactId>maven-war-plugin</artifactId>--> |
154 | | -<!-- <configuration>--> |
155 | | -<!-- <warSourceExcludes>src/main/resources/**</warSourceExcludes>--> |
156 | | -<!-- <warName>springBoot</warName>--> |
157 | | -<!-- </configuration>--> |
158 | | -<!-- </plugin>--> |
159 | | -<!-- <plugin>--> |
160 | | -<!-- <artifactId>maven-compiler-plugin</artifactId>--> |
161 | | -<!-- <configuration>--> |
162 | | -<!-- <source>${maven.compiler.source}</source>--> |
163 | | -<!-- <target>${maven.compiler.target}</target>--> |
164 | | -<!-- <encoding>${project.build.sourceEncoding}</encoding>--> |
165 | | -<!-- </configuration>--> |
166 | | -<!-- </plugin>--> |
167 | | - <!-- ??????? --> |
168 | | -<!-- <plugin>--> |
169 | | -<!-- <groupId>org.apache.maven.plugins</groupId>--> |
170 | | -<!-- <artifactId>maven-surefire-plugin</artifactId>--> |
171 | | -<!-- <version>2.18.1</version>--> |
172 | | -<!-- <configuration>--> |
173 | | -<!-- <skipTests>true</skipTests>--> |
174 | | -<!-- </configuration>--> |
175 | | -<!-- </plugin>--> |
176 | 81 | <plugin> |
177 | 82 | <groupId>org.springframework.boot</groupId> |
178 | 83 | <artifactId>spring-boot-maven-plugin</artifactId> |
|
0 commit comments