diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap.yml b/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap.yml index 80f501d6..4004d8ca 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap.yml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap.yml @@ -9,14 +9,6 @@ spring: messages: basename: "message_device,message_account,message_adapter,message_allocation,message_attendance,message_auth,message_common,message_customer,message_dorm,message_drp,message_kitchen,message_marketing,message_menu,message_merchant,message_notice,message_nutrition,message_open,message_order,message_pay,message_report,message_supermarket,message_backfield,message_bus" fallback-to-system-locale: false - redis: - redisson: - config: | - singleServerConfig: - address: "redis://${REDIS_HOST:localhost}:${REDIS_PORT:6379}" - password: - database: 0 - nettyThreads: 64 main: allow-circular-references: true mq: diff --git a/scripts_244/smart_canteen_bootstrap.yml b/scripts_244/smart_canteen_bootstrap.yml index c1ce584f..a18ed327 100644 --- a/scripts_244/smart_canteen_bootstrap.yml +++ b/scripts_244/smart_canteen_bootstrap.yml @@ -35,14 +35,6 @@ spring: messages: basename: "message_device,message_account,message_adapter,message_allocation,message_attendance,message_auth,message_common,message_customer,message_dorm,message_drp,message_kitchen,message_marketing,message_menu,message_merchant,message_notice,message_nutrition,message_open,message_order,message_pay,message_report,message_supermarket,message_backfield,message_bus" fallback-to-system-locale: false - redis: - redisson: - config: | - singleServerConfig: - address: "redis://${REDIS_HOST:localhost}:${REDIS_PORT:6379}" - password: - database: 0 - nettyThreads: 64 main: allow-circular-references: true mq: