refactor: 打包配置
This commit is contained in:
parent
841f48e291
commit
a09399b12d
|
@ -25,7 +25,7 @@ VOLUME ["/www/root/server"]
|
|||
ENTRYPOINT ["java","-jar","/home/server/app.jar"]
|
||||
|
||||
#暴露 1010 端口
|
||||
EXPOSE 1010
|
||||
EXPOSE 8080
|
||||
|
||||
# 生产环境
|
||||
# mvn clean package -Pprod -DskipTests
|
|
@ -2,6 +2,8 @@
|
|||
# configuration:
|
||||
# map-underscore-to-camel-case: true
|
||||
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 查看日志
|
||||
server:
|
||||
port: 8080
|
||||
|
||||
logging:
|
||||
level:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
__________ ____.
|
||||
\______ \__ __ ____ ____ ___.__. | |____ ___ _______
|
||||
| | _/ | \/ \ / < | | | \__ \\ \/ /\__ \
|
||||
| | \ | / | \ | \___ | /\__| |/ __ \\ / / __ \_
|
||||
|______ /____/|___| /___| / ____| \________(____ /\_/ (____ /
|
||||
\/ \/ \/\/ \/ \/
|
||||
_ _
|
||||
| |__ _ _ _ __ _ __ _ _ (_) __ ___ ____ _
|
||||
| '_ \| | | | '_ \| '_ \| | | | | |/ _` \ \ / / _` |
|
||||
| |_) | |_| | | | | | | | |_| | | | (_| |\ V | (_| |
|
||||
|_.__/ \__,_|_| |_|_| |_|\__, | _/ |\__,_| \_/ \__,_|
|
||||
|___/ |__/
|
Loading…
Reference in New Issue