Tang Cheng | 9e4d0e3 | 2019-12-20 23:32:52 +0800 | [diff] [blame] | 1 | plugins { |
2 | id 'java' | ||||
3 | id 'org.springframework.boot' | ||||
4 | } | ||||
5 | |||||
6 | dependencies { | ||||
7 | implementation "org.springframework:spring-webmvc" | ||||
8 | implementation "javax.servlet:javax.servlet-api:${javaxServletVersion}" | ||||
9 | } |