bhdweb

Results 2 issues of bhdweb

`@SpringBootApplication(exclude = { DataSourceAutoConfiguration.class,DataSourceTransactionManagerAutoConfiguration.class }) @EnableTransactionManagement public class SampleMybatisApplication { public static void main(String[] args) throws Exception { SpringApplication app = new SpringApplication( SampleMybatisApplication.class); app.run(args); } @Autowired private HotMapper hotMapper;...

环境: 客户端 win10 64位,涛思2.0.19 服务器centos 64位,涛思2.0.19 在客户端已经能ping通服务器的fqdn 问题: 新建连接时报 Unable to resolve FQDN 错误