Compare commits

..

No commits in common. "f0f469f419bb815cc1bea866bc2dd209925599d2" and "5bf0d0519bf474c28a67fea17b7a78f2f89ca55e" have entirely different histories.

2 changed files with 24 additions and 26 deletions

View File

@ -30,19 +30,17 @@ jobs:
# Eclipse基金会维护的开源Java发行版 因为github action参考java的用这个 所以用这个 # Eclipse基金会维护的开源Java发行版 因为github action参考java的用这个 所以用这个
# 还有microsoft(微软维护的openjdk发行版) oracle(商用SDK)等 # 还有microsoft(微软维护的openjdk发行版) oracle(商用SDK)等
distribution: 'temurin' distribution: 'temurin'
java-version: '21' java-version: '8'
- name: Set up Node.js - name: Set up Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '20.x' # Node.js版本 20系列的最新稳定版 node-version: '20.x' # Node.js版本 20系列的最新稳定版
- name: clean maven cache - name: Compile backend
run: rm -rf ~/.m2/repository/io/github/git-commit-id
- name: Build Backend
run: | run: |
mvn clean package mvn package
mvn package -P war
- name: Compile frontend - name: Compile frontend
run: | run: |

40
pom.xml
View File

@ -181,26 +181,26 @@
<!-- 手动下载驱动后安装 --> <!-- 手动下载驱动后安装 -->
<!-- mvn install:install-file -Dfile=/home/lin/soft/kingbase/jdbc-aarch/kingbase8-8.6.0.jar -DgroupId=com.kingbase -DartifactId=kingbase8 -Dversion=8.6.0 -Dpackaging=jar <!-- mvn install:install-file -Dfile=/home/lin/soft/kingbase/jdbc-aarch/kingbase8-8.6.0.jar -DgroupId=com.kingbase -DartifactId=kingbase8 -Dversion=8.6.0 -Dpackaging=jar
--> -->
<!-- <dependency>--> <dependency>
<!-- <groupId>com.kingbase</groupId>--> <groupId>com.kingbase</groupId>
<!-- <artifactId>kingbase8</artifactId>--> <artifactId>kingbase8</artifactId>
<!-- <version>8.6.0</version>--> <version>8.6.0</version>
<!-- <scope>system</scope>--> <scope>system</scope>
<!-- <systemPath>${basedir}/libs/jdbc-aarch/kingbase8-8.6.0.jar</systemPath>--> <systemPath>${basedir}/libs/jdbc-aarch/kingbase8-8.6.0.jar</systemPath>
<!-- </dependency>--> </dependency>
<!-- <dependency>--> <dependency>
<!-- <groupId>com.kingbase</groupId>--> <groupId>com.kingbase</groupId>
<!-- <artifactId>kingbase8</artifactId>--> <artifactId>kingbase8</artifactId>
<!-- <version>8.6.0</version>--> <version>8.6.0</version>
<!-- <scope>system</scope>--> <scope>system</scope>
<!-- <systemPath>${basedir}/libs/jdbc-x86/kingbase8-8.6.0.jar</systemPath>--> <systemPath>${basedir}/libs/jdbc-x86/kingbase8-8.6.0.jar</systemPath>
<!-- </dependency>--> </dependency>
<dependency> <!-- <dependency>-->
<groupId>cn.com.kingbase</groupId> <!-- <groupId>cn.com.kingbase</groupId>-->
<artifactId>kingbase8</artifactId> <!-- <artifactId>kingbase8</artifactId>-->
<version>8.6.0</version> <!-- <version>8.6.0</version>-->
</dependency> <!-- </dependency>-->
<!--Mybatis分页插件 --> <!--Mybatis分页插件 -->
<dependency> <dependency>
@ -450,7 +450,7 @@
<plugin> <plugin>
<groupId>io.github.git-commit-id</groupId> <groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId> <artifactId>git-commit-id-maven-plugin</artifactId>
<version>8.0.0</version> <version>9.0.1</version>
<executions> <executions>
<execution> <execution>
<id>get-the-git-infos</id> <id>get-the-git-infos</id>