From 18a18ff6eb6c621fc72e6a09e75c2c59a5c6581b Mon Sep 17 00:00:00 2001 From: xc <double72cheng@gmail.com> Date: Mon, 26 Apr 2021 17:30:55 +0800 Subject: [PATCH] 插件化 直播over --- src/main/resources/application.properties | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 72d9346..834d48c 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,4 @@ -server.port=8080 +server.port=8088 # 日记级别(单个级别) 文件/控制台 @@ -27,7 +27,7 @@ #配置自动建表:updata:没有表新建,有表更新操作,控制台显示建表语句 spring.jpa.hibernate.ddl-auto=update -spring.jpa.show-sql=true +spring.jpa.show-sql=false #remote golden inof golden.ip = 47.92.145.232 @@ -39,3 +39,10 @@ #renite famehistory info famehistory.ip=192.168.1.120 +#springmvc访问静态页 +spring.mvc.static-path-pattern=/public/** + +#Monibuca info +monica.ip=localhost +monica.port=3000 +monica.rtsp.port=8081 \ No newline at end of file -- Gitblit v1.9.1