11 2022 档案
摘要:准备环境 centos7 nacos版本 :nacos-server-2.1.0 首先先下载nacos服务,下载地址:https://github.com/alibaba/nacos/releases 我在linux服务器上创建了目录 /usr/local/soft/nacos-cluster 进入
阅读全文
摘要:./configure --prefix=/usr/local/soft/openresty \ --with-luajit \ --without-http_redis2_module \ --with-http_iconv_module \ --with-http_postgres_module
阅读全文
摘要:一、使用AbstractRoutingDataSource注入多种数据源 1、在configuration配置两个数据源 @Configuration public class DataSourceConfig { @Bean @ConfigurationProperties(prefix = "s
阅读全文