Springsecurity icon indicating copy to clipboard operation
Springsecurity copied to clipboard

compile error

Open fengertao opened this issue 4 years ago • 0 comments

编译报错,package com.oxygen.demo.utils does not exist

解法方法:把以下代码从Springsecurity/pom.xml和security-jwt-common/pom.xml中删除

<build>
    <plugins>
        <plugin>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-maven-plugin</artifactId>
        </plugin>
    </plugins>
</build>

ps. security-jwt-common/src/main/java/com/oxygen/demo/domian中的domian拼写错误

fengertao avatar Sep 28 '21 11:09 fengertao