修改版本

This commit is contained in:
ruying408
2025-04-13 10:55:34 +08:00
parent c0ff69011f
commit eab1b92be6
4 changed files with 6 additions and 6 deletions

View File

@@ -5,10 +5,10 @@ FROM ghcr.io/graalvm/graalvm-ce:latest
WORKDIR /app
# 将可执行的jar文件复制到容器内
COPY target/cool-admin-7.1.0.jar /app/cool-admin-7.1.0.jar
COPY target/cool-admin-8.0.0.jar /app/cool-admin-8.0.0.jar
# 暴露Spring Boot应用程序运行的端口
EXPOSE 8001
# 运行Spring Boot应用程序的命令
ENTRYPOINT ["java", "-jar", "/app/cool-admin-7.1.0.jar", "--spring.profiles.active=prod"]
ENTRYPOINT ["java", "-jar", "/app/cool-admin-8.0.0.jar", "--spring.profiles.active=prod"]

View File

@@ -12,7 +12,7 @@
</parent>
<groupId>com.cool</groupId>
<artifactId>cool-admin</artifactId>
<version>7.1.0</version>
<version>8.0.0</version>
<name>cool-admin</name>
<description>cool admin for java</description>
<properties>

View File

@@ -1,6 +1,6 @@
✨🌈✨[cool-admin-java-plus](https://gitee.com/hlc4417/cool-admin-java-plus)✨🌈✨
______ ___ ___ _____ _ ______ ____ ____ _____ ____ _____
.' ___ | .' `. .' `.|_ _| V7.x / \ |_ _ `.|_ \ / _||_ _||_ \|_ _|
.' ___ | .' `. .' `.|_ _| V8.x / \ |_ _ `.|_ \ / _||_ _||_ \|_ _|
/ .' \_|/ .-. \/ .-. \ | | ______ / _ \ | | `. \ | \/ | | | | \ | |
| | | | | || | | | | | _|______|/ ___ \ | | | | | |\ /| | | | | |\ \| |
\ `.___.'\\ `-' /\ `-' /_| |__/ | _/ / \ \_ _| |_.' /_| |_\/_| |_ _| |_ _| |_\ |_

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<html lang="en">
<head>
<meta charset="UTF-8"/>
@@ -11,7 +11,7 @@
<link rel="stylesheet" href="css/welcome.css">
<body>
<div class="reveal">HELLO COOL-ADMIN V7.x</div>
<div class="reveal">HELLO COOL-ADMIN V8.x</div>
<!-- 添加底部说明 -->
<div class="footer-bar">
<span>提示:系统为前后端分离模式,前端仓库地址</span>