[script]版本1.0-beta.5修改为1.0-beta.6

This commit is contained in:
tomsun28
2022-03-20 07:30:26 +08:00
parent eea9e601cf
commit 8473545d89
4 changed files with 5 additions and 5 deletions

View File

@@ -27,8 +27,8 @@ spring:
on-profile: prod on-profile: prod
datasource: datasource:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
username: admin username: root
password: admin password: 1234
url: jdbc:mysql://localhost:3306/hertzbeat?useUnicode=true&characterEncoding=utf-8&useSSL=false url: jdbc:mysql://localhost:3306/hertzbeat?useUnicode=true&characterEncoding=utf-8&useSSL=false
platform: mysql platform: mysql
hikari: hikari:

View File

@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd
http://maven.apache.org/ASSEMBLY/2.0.0 "> http://maven.apache.org/ASSEMBLY/2.0.0 ">
<!--必填,会追加到打包文件名称的末尾--> <!--必填,会追加到打包文件名称的末尾-->
<id>1.0-beta.5</id> <id>1.0-beta.6</id>
<!--打包类型,可以设置多种类型,打包的时候不同的类型都会打包打出来--> <!--打包类型,可以设置多种类型,打包的时候不同的类型都会打包打出来-->
<formats> <formats>
<format>tar</format> <format>tar</format>

View File

@@ -35,7 +35,7 @@ services:
- heartzbeat - heartzbeat
hertzbeat: hertzbeat:
image: "tancloud/hertzbeat:1.0-beta.5" image: "tancloud/hertzbeat:1.0-beta.6"
container_name: hertzbeat container_name: hertzbeat
hostname: hertzbeat hostname: hertzbeat
restart: always restart: always

View File

@@ -2,7 +2,7 @@ FROM openjdk:8-alpine
MAINTAINER tomsun28 "tomsun28@outlook.com" MAINTAINER tomsun28 "tomsun28@outlook.com"
ADD hertzbeat-1.0-beta.5.tar /opt/ ADD hertzbeat-1.0-beta.6.tar /opt/
RUN apk add --no-cache tzdata RUN apk add --no-cache tzdata