Max疯子

Results 17 comments of Max疯子

it happened . the circuitbreaker always customize itselef in the “run” method and the event consumer will be added again

> 并不觉得引入orm框架很重,nacos做好自己的事情就好了,为什么还要去考虑适配什么什么数据库呢交给orm去做多好,orm才是应该考虑数据库方言的地方。

方向不对啊,总是动不动就要SPI扩展,真的好用吗,友好吗? 我只想引入个jdbc包,改下配置即生效。

同样的问题 设计不合理 看看怎么改

` private static ConsulClient getConsulClient() { if (client == null) { synchronized (ConsulConfiguration.class) { if (client == null) { String serverAddr = FILE_CONFIG.getConfig(FILE_CONFIG_KEY_PREFIX + SERVER_ADDR_KEY); InetSocketAddress inetSocketAddress = NetUtil.toInetSocketAddress(serverAddr); client...

现在有解决方案吗? 我是不知道怎么改它 改加载顺序吗

估计是不会了 现在的主流是 oauth2.1 和 oidc1.0

期待。。已经2023.07了

那不就又引入复杂性了嘛,现在用pwj就是因为它对外依赖少。

spring.datasource.local.hibernate.properties.hibernate.dialect=org.hibernate.dialect.H2Dialect 加个配置