java17环境下,为使用JAXB的功能,需要引入依赖:

    <dependency>
      <groupId>org.glassfish.jaxb</groupId>
      <artifactId>jaxb-runtime</artifactId>
      <version>3.0.2</version>
    </dependency>

只需引入一份dependency即可,依靠传递依赖,会引入其它jar
image.png


supermassive
1 声望1 粉丝