摘要:
spring: datasource: driver-class-name: org.h2.Driver jdbc-url: jdbc:h2:D:/h2Db/log;DB_CLOSE_DELAY=-1;AUTO_RECONNECT=TRUE username: root password: 1234 阅读全文
摘要:
import org.slf4j.Logger; import org.slf4j.LoggerFactory; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.SimpleChannelInboundHa 阅读全文