11 2022 档案

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