- 参考
- 把jar放进目录中
pom配置 ```xml <?xml version=”1.0” encoding=”UTF-8”?> <project xmlns=”http://maven.apache.org/POM/4.0.0“
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0 org.example password 1.0-SNAPSHOT cas.server.core cas-server-core 4.0.0 system ${project.basedir}/src/main/webapp/lib/cas-server-core-4.0.0.jar org.springframework.boot spring-boot-maven-plugin <!-- 贼JB重要 -->
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
<!-- 贼JB重要 -->
</plugin>
</plugins>
```
- mvn package 打包