File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed
src/main/java/com/bobocode/demo Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1818
1919 <dependencies >
2020 <dependency >
21- <groupId >com.bobocode</groupId >
22- <artifactId >java-web-course-util</artifactId >
23- <version >1.0-SNAPSHOT</version >
21+ <groupId >jakarta.servlet</groupId >
22+ <artifactId >jakarta.servlet-api</artifactId >
23+ <version >5.0.0</version >
24+ <scope >provided</scope >
2425 </dependency >
2526 <dependency >
26- <groupId >org.springframework.boot</groupId >
27- <artifactId >spring-boot-starter-web</artifactId >
28- <version >2.5.5</version >
27+ <groupId >org.springframework</groupId >
28+ <artifactId >spring-webmvc</artifactId >
29+ <version >5.3.10</version >
30+ </dependency >
31+ <dependency >
32+ <groupId >com.fasterxml.jackson.core</groupId >
33+ <artifactId >jackson-databind</artifactId >
34+ <version >2.12.5</version >
2935 </dependency >
3036 </dependencies >
3137
Original file line number Diff line number Diff line change 11package com .bobocode .demo ;
22
3+ import lombok .SneakyThrows ;
4+
35public class DemoWebApp {
4-
6+ @ SneakyThrows
57 public static void main (String [] args ) {
68
79 }
You can’t perform that action at this time.
0 commit comments