File tree Expand file tree Collapse file tree 3 files changed +8
-24
lines changed
src/main/java/com/ganatan/config Expand file tree Collapse file tree 3 files changed +8
-24
lines changed Original file line number Diff line number Diff line change 3535 <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
3636 <attributes >
3737 <attribute name =" maven.pomderived" value =" true" />
38- </attributes >
39- </classpathentry >
40- <classpathentry kind =" src" path =" target/generated-sources/annotations" >
41- <attributes >
42- <attribute name =" optional" value =" true" />
43- <attribute name =" maven.pomderived" value =" true" />
44- <attribute name =" ignore_optional_problems" value =" true" />
45- <attribute name =" m2e-apt" value =" true" />
46- </attributes >
47- </classpathentry >
48- <classpathentry kind =" src" output =" target/test-classes" path =" target/generated-test-sources/test-annotations" >
49- <attributes >
50- <attribute name =" optional" value =" true" />
51- <attribute name =" maven.pomderived" value =" true" />
52- <attribute name =" ignore_optional_problems" value =" true" />
53- <attribute name =" m2e-apt" value =" true" />
54- <attribute name =" test" value =" true" />
38+ <attribute name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" />
5539 </attributes >
5640 </classpathentry >
5741 <classpathentry kind =" output" path =" target/classes" />
Original file line number Diff line number Diff line change 1515 <maven .compiler.target>21</maven .compiler.target>
1616 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1717
18- <spring .version>7.0.0-M6 </spring .version>
19- <jackson .version>2.19.1 </jackson .version>
18+ <spring .version>7.0.0-M8 </spring .version>
19+ <jackson .version>2.20.0 </jackson .version>
2020 <jakarta .servlet.version>6.1.0</jakarta .servlet.version>
21- <junit .version>6.0.0-M1 </junit .version>
22- <jacoco .version>0.8.11 </jacoco .version>
21+ <junit .version>6.0.0-M2 </junit .version>
22+ <jacoco .version>0.8.13 </jacoco .version>
2323 <hamcrest .version>3.0</hamcrest .version>
2424 <json-path .version>2.9.0</json-path .version>
2525 <surefire .plugin.version>3.2.5</surefire .plugin.version>
2626 <checkstyle .plugin.version>3.3.0</checkstyle .plugin.version>
2727 <jacoco .plugin.version>0.8.11</jacoco .plugin.version>
2828
29- <checkstyle .version>10.26 .1</checkstyle .version>
29+ <checkstyle .version>11.0 .1</checkstyle .version>
3030 <maven .checkstyle.plugin.version>3.6.0</maven .checkstyle.plugin.version>
3131
3232 </properties >
6767 <dependency >
6868 <groupId >org.mockito</groupId >
6969 <artifactId >mockito-core</artifactId >
70- <version >5.11 .0</version >
70+ <version >5.19 .0</version >
7171 <scope >test</scope >
7272 </dependency >
7373
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class Application implements WebApplicationInitializer {
1313 public void onStartup (ServletContext container ) throws ServletException {
1414 AnnotationConfigWebApplicationContext context = new AnnotationConfigWebApplicationContext ();
1515 context .setConfigLocation ("com.ganatan.config" );
16-
16+ System . out . println ( "00000000001" );
1717 DispatcherServlet dispatcherServlet = new DispatcherServlet (context );
1818 ServletRegistration .Dynamic dispatcher = container .addServlet ("dispatcher" , dispatcherServlet );
1919
You can’t perform that action at this time.
0 commit comments