From 80b88f63ec734fceba41bf6c3bb2ffb201e3b05b Mon Sep 17 00:00:00 2001 From: xc <xucheng@yyigou.com> Date: Fri, 04 Dec 2020 16:34:31 +0800 Subject: [PATCH] 引入 famehistory 模板化 --- src/main/resources/application.properties | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a7eb4c0..72d9346 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -29,10 +29,13 @@ spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=true -#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 -- Gitblit v1.9.1