This commit is contained in:
ls
2024-10-11 15:23:15 +08:00
parent 2d32bcc3bb
commit af2e06a5c0
3 changed files with 6 additions and 13 deletions

5
build.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
#docker buildx use physical
docker build --platform linux/amd64 -t registry.cn-shanghai.aliyuncs.com/physical/physical-boot --push .
#docker login --username=admin --password='admin!@#123' reg.laysan.biz

View File

@@ -1,6 +0,0 @@
#!/bin/bash
mvn -s ~/.m2/settings-personal.xml clean install
#docker buildx use physical
docker build --platform linux/amd64 -t reg.laysan.biz/physical/physical-launcher --push .
#docker login --username=admin --password='admin!@#123' reg.laysan.biz

View File

@@ -19,13 +19,7 @@
<artifactId>physical-system-biz</artifactId> <artifactId>physical-system-biz</artifactId>
<version>${jeecgboot.version}</version> <version>${jeecgboot.version}</version>
</dependency> </dependency>
<!-- DEMO 示例模块 -->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>physical-module-experiment</artifactId>
<version>${jeecgboot.version}</version>
</dependency>
<!-- flyway 数据库自动升级 <!-- flyway 数据库自动升级
<dependency> <dependency>
<groupId>org.flywaydb</groupId> <groupId>org.flywaydb</groupId>