默认静态资源的路径: classpath:/META-INF/resources/, classpath:/resources/, classp...
快放假了上班没啥事,参考https://segmentfault.com/a/1190000038551193[https://segmentf...
@SpringBootApplication注解是@SpringBootConfiguration, @EnableAutoConfigurat...
版本: @Configuration, @Bean @Configuration替代了xml配置文件, 表明当前类是配置类@Bean代替了bea...
操作docker进程: 启动docker: systemctl start docker 停止docker: systemctl stop do...
环境:centos 7 x64kafka_2.11-2.4.0.tgzapache-zookeeper-3.5.8-bin.tar.gzjdk-...
bio server程序: bio的问题是它的read, write方法都是阻塞的, 例如上述程序中的reader.readLine(); 如果...
启动报错:no available service 'null' found, please make sure registry config...
@Transactional默认只回滚RuntimeException而类似IOException这种需要编写代码处理的默认不会回滚, 可通过r...