Spring学习记录-Java 11运行eureka-server报javax.xml.bind.JAXBContext not present错

在pom.xml加入依赖就行
    <dependency>
            <groupId>org.glassfish.jaxb</groupId>
            <artifactId>jaxb-runtime</artifactId>
            <version>2.3.2</version>
        </dependency>
相关文章
相关标签/搜索