refactor: 打包配置

This commit is contained in:
Bunny 2024-12-20 15:02:17 +08:00
parent 841f48e291
commit a09399b12d
3 changed files with 9 additions and 7 deletions

View File

@ -25,7 +25,7 @@ VOLUME ["/www/root/server"]
ENTRYPOINT ["java","-jar","/home/server/app.jar"] ENTRYPOINT ["java","-jar","/home/server/app.jar"]
#暴露 1010 端口 #暴露 1010 端口
EXPOSE 1010 EXPOSE 8080
# 生产环境 # 生产环境
# mvn clean package -Pprod -DskipTests # mvn clean package -Pprod -DskipTests

View File

@ -2,6 +2,8 @@
# configuration: # configuration:
# map-underscore-to-camel-case: true # map-underscore-to-camel-case: true
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 查看日志 # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 查看日志
server:
port: 8080
logging: logging:
level: level:

View File

@ -1,6 +1,6 @@
__________ ____. _ _
\______ \__ __ ____ ____ ___.__. | |____ ___ _______ | |__ _ _ _ __ _ __ _ _ (_) __ ___ ____ _
| | _/ | \/ \ / < | | | \__ \\ \/ /\__ \ | '_ \| | | | '_ \| '_ \| | | | | |/ _` \ \ / / _` |
| | \ | / | \ | \___ | /\__| |/ __ \\ / / __ \_ | |_) | |_| | | | | | | | |_| | | | (_| |\ V | (_| |
|______ /____/|___| /___| / ____| \________(____ /\_/ (____ / |_.__/ \__,_|_| |_|_| |_|\__, | _/ |\__,_| \_/ \__,_|
\/ \/ \/\/ \/ \/ |___/ |__/