February 03, 2021
https://github.com/Juhyung990122/Spring_CRUD
Correct the classpath of your application so that it contains a single, compatible version of org.springframework.plugin.core.PluginRegistry
문제: springboot2와 swagger2.9.2, 3.0.0 둘다 안맞아서 생긴 에러
해결:
compile group: 'io.springfox', name: 'springfox-swagger2', version: '2.9.2' <br>
compile group: 'io.springfox', name: 'springfox-swagger-ui', version: '2.9.2'
튜토리얼
compile group: 'io.springfox', name: 'springfox-boot-starter', version: '3.0.0'
이걸로 교체해준 뒤 http://localhost:8080/swagger-ui/ 이렇게 들어가면 된다.
there are ‘44’ errors in ‘j2eewebservicesclient1_1.xsd’.
해결: preference 에서 xml catalogue -> user specified entires 밑에
URI: http://java.sun.com/xml/ns/j2ee/j2ee_web_services_client_1_1.xsd
Key Type: Schema Location
Key: http://www.ibm.com/webservices/xsd/j2ee_web_services_client_1_1.xsd