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>
相關文章
相關標籤/搜索