This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
Bonus-Cloud-Smart-Canteen/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap-smart_canteen_loc...

46 lines
888 B
YAML
Raw Normal View History

2025-01-23 16:18:40 +08:00
# Tomcat
server:
port: 58689
# Spring
spring:
cloud:
nacos:
discovery:
# 服务注册地址
server-addr: 127.0.0.1:8848
namespace: smart_canteen
2025-02-05 19:08:41 +08:00
username: nacos
password: nacos
2025-01-23 16:18:40 +08:00
config:
# 配置中心地址
server-addr: 127.0.0.1:8848
namespace: smart_canteen
2025-02-05 19:08:41 +08:00
username: nacos
password: nacos
2025-01-23 16:18:40 +08:00
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
#加密组件
jasypt:
encryptor:
password: Encrypt
mybatis:
configuration:
2025-02-06 16:16:02 +08:00
map-underscore-to-camel-case: true
2025-02-08 11:11:12 +08:00
system:
sysfile:
prefixOffline: http://localhost:9000/lnyst
prefixOnline: http://localhost:9000/lnyst
bucket: /lnyst
2025-02-06 16:16:02 +08:00
oss:
2025-02-08 11:11:12 +08:00
endpoint: http://localhost:9000