jdxia

Results 15 comments of jdxia

4.0支持了局部变量, 希望watch条件表达式那能支持 局部变量的过滤

源码分析相关的可以打上相关label标签吗? 方便看

希望增加这块支持, 我这边使用都会部署wireguard 这类vpn, vpn一般都是udp通信, 然后希望打洞出来. 但是目前打洞不支持tcp

> ShardingSphere has some scenarios for refreshing metadata, and the connection pool will also be rebuilt. By default, different poolNames will be generated at this time, but if the user...

Thanks, Already formatted @wcy666103

@AlbumenJ Hello, can you help me merge this pr? 😊 All checks have passed

Should we proceed with merging this PR? If not, I will go ahead and close it. @AlbumenJ

My solution is to write a datasource myself ``` import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Value; import org.springframework.beans.factory.config.BeanDefinition; import org.springframework.boot.autoconfigure.AutoConfigureBefore; import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Primary; import...