1. 参考
    2. 把jar放进目录中
      1. image.png
    3. pom配置 ```xml <?xml version=”1.0” encoding=”UTF-8”?> <project xmlns=”http://maven.apache.org/POM/4.0.0

      1. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      2. 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
      1. <!-- 贼JB重要 -->
      2. <configuration>
      3. <includeSystemScope>true</includeSystemScope>
      4. </configuration>
      5. <!-- 贼JB重要 -->
      6. </plugin>
      7. </plugins>

    ```

    1. mvn package 打包