mirror of
https://github.com/CarmJos/EasySQL.git
synced 2026-06-04 15:28:20 +08:00
修改文件夹名与项目配置
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
rm -rf docs
|
rm -rf docs
|
||||||
mkdir -vp docs
|
mkdir -vp docs
|
||||||
cp -vrf easysql-api/target/apidocs/* docs/
|
cp -vrf api/target/apidocs/* docs/
|
||||||
cp -vrf .documentation/JAVADOC-README.md docs/README.md
|
cp -vrf .documentation/JAVADOC-README.md docs/README.md
|
||||||
|
|
||||||
- name: "Generate the Javadoc sitemap"
|
- name: "Generate the Javadoc sitemap"
|
||||||
|
|||||||
@@ -7,6 +7,15 @@ on:
|
|||||||
# 支持手动触发构建
|
# 支持手动触发构建
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- '.github/workflows/**'
|
||||||
|
- '**/src/**'
|
||||||
|
- '**/pom.xml'
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '.github/workflows/**'
|
||||||
|
- '**/src/**'
|
||||||
|
- '**/pom.xml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
+1
-2
@@ -1,4 +1,3 @@
|
|||||||
/.idea/
|
/.idea/
|
||||||
/target/
|
**/target/
|
||||||
/*/target/
|
|
||||||
**.iml
|
**.iml
|
||||||
@@ -20,14 +20,14 @@
|
|||||||
<version>0.3.8</version>
|
<version>0.3.8</version>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>easysql-api</module>
|
<module>api</module>
|
||||||
<module>easysql-impl</module>
|
<module>impl</module>
|
||||||
|
|
||||||
<module>with-pool/easysql-beecp</module>
|
<module>with-pool/beecp</module>
|
||||||
<module>with-pool/easysql-hikaricp</module>
|
<module>with-pool/hikaricp</module>
|
||||||
|
|
||||||
<module>example/easysql-demo</module>
|
<module>example/demo</module>
|
||||||
<module>example/easysql-tester</module>
|
<module>example/tester</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<name>EasySQL</name>
|
<name>EasySQL</name>
|
||||||
|
|||||||
Reference in New Issue
Block a user