增加检查 sign 开关
diff --git a/config/application-devel-pg-local.properties b/config/application-devel-pg-local.properties
index e976303..ef591a9 100644
--- a/config/application-devel-pg-local.properties
+++ b/config/application-devel-pg-local.properties
@@ -21,6 +21,7 @@
# user password
auth.password.bcrypt.seed=
+security.request.sign=false
##################################################
## quartz task scheduler
shopbalance.updater.cron = -
\ No newline at end of file
diff --git a/config/application-devel-pg.properties b/config/application-devel-pg.properties
index ada087d..5ea16f5 100644
--- a/config/application-devel-pg.properties
+++ b/config/application-devel-pg.properties
@@ -21,8 +21,7 @@
auth.password.bcrypt.seed=
spring.jackson.serialization.fail-on-empty-beans=false
logging.level.org.springframework.web=DEBUG
-
-
+security.request.sign=false
##################################################
## quartz task scheduler
-shopbalance.updater.cron = -
\ No newline at end of file
+shopbalance.updater.cron=-
\ No newline at end of file