|
|
@@ -38,10 +38,21 @@ sso.cookie.domain=.ubtob.com
|
|
|
sso.cookie.secure=false
|
|
|
sso.login.url=https://account.ubtob.com/sso/login
|
|
|
|
|
|
+spring.jpa.hibernate.show-sql= true
|
|
|
+spring.jpa.hibernate.ddl-auto=update
|
|
|
+spring.jpa.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
|
|
|
+spring.jackson.serialization.indent_output=false
|
|
|
+
|
|
|
## dubbo cofig
|
|
|
zk.url=zookeeper://10.10.100.11:2181
|
|
|
-dubbo.owner=dev
|
|
|
-dubbo.group=dev
|
|
|
+dubbo.owner=test
|
|
|
+dubbo.group=test
|
|
|
+
|
|
|
+#设定ftl文件路径
|
|
|
+spring.freemarker.template-loader-path=classpath:/templates
|
|
|
+#设定静态文件路径,js,css等
|
|
|
+spring.mvc.static-path-pattern=/static/*
|
|
|
+spring.freemarker.cache=false
|
|
|
|
|
|
# mailConfig
|
|
|
mailGotPrize=
|