update
This commit is contained in:
5
build.sh
Normal file
5
build.sh
Normal 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
|
||||
@@ -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
|
||||
@@ -19,13 +19,7 @@
|
||||
<artifactId>physical-system-biz</artifactId>
|
||||
<version>${jeecgboot.version}</version>
|
||||
</dependency>
|
||||
<!-- DEMO 示例模块 -->
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>physical-module-experiment</artifactId>
|
||||
<version>${jeecgboot.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- flyway 数据库自动升级
|
||||
<dependency>
|
||||
<groupId>org.flywaydb</groupId>
|
||||
|
||||
Reference in New Issue
Block a user