摘要: 微服务sudo pmset -a GPUSwitch 0 //强制使用集显sudo pmset -a GPUSwitch 1//强制使用独显sudo pmset -a GPUSwitch 2//自动切换模式 阅读全文
posted @ 2018-07-29 19:03 637 阅读(112) 评论(0) 推荐(0)
摘要: 在测试类上加两个注解 @RunWith(SpringRunner.class) @SpringBootTest public class UserDaoTest { @Autowired private UserDao userDao; @Test public void testAddUser() 阅读全文
posted @ 2018-07-29 17:52 637 阅读(134) 评论(0) 推荐(0)
摘要: 自定义配置springboot starter的步骤 1、配置一个类,配置类里面需要装配好要提供出去的类 2、使用1️⃣@enable,配置@import注解使用 2️⃣/META-INF、spring.factories 配置 org.springframework.boot.context.pr 阅读全文
posted @ 2018-07-29 07:00 637 阅读(98) 评论(0) 推荐(0)