TemplarJQ / migration-system-eureka-server

服务迁移系统的注册中心节点,主要由Eureka的服务端代码组成
0 stars 0 forks source link

[IDEA] - “Exception starting filter servletContainer”导致servletContainer启动错误 #2

Open TemplarJQ opened 3 years ago

TemplarJQ commented 3 years ago

异常和解决方法

在pom中加入:

        <dependency>
            <groupId>javax.xml.bind</groupId>
            <artifactId>jaxb-api</artifactId>
            <version>2.3.0</version>
        </dependency>
        <dependency>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-impl</artifactId>
            <version>2.3.0</version>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jaxb</groupId>
            <artifactId>jaxb-runtime</artifactId>
            <version>2.3.0</version>
        </dependency>
        <dependency>
            <groupId>javax.activation</groupId>
            <artifactId>activation</artifactId>
            <version>1.1.1</version>
        </dependency>