From 209c26e699ba9b5f12855772b59618ce1a423da9 Mon Sep 17 00:00:00 2001 From: xc <double72cheng@gmail.com> Date: Mon, 16 Aug 2021 17:31:26 +0800 Subject: [PATCH] add --- src/main/resources/application.properties | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a7eb4c0..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,12 +27,22 @@ #配置自动建表:updata:没有表新建,有表更新操作,控制台显示建表语句 spring.jpa.hibernate.ddl-auto=update -spring.jpa.show-sql=true +spring.jpa.show-sql=false -#remote inof +#remote golden inof golden.ip = 47.92.145.232 golden.port = 6327 golden.username = sa golden.password = golden golden.poolSize = 5 golden.maxSize = 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