
SpringBoot
我想做阿信
这个作者很懒,什么都没留下…
展开
-
注解配置dubbo关闭启动检测
使用dubbo注入服务时会使用@Reference如: @Reference(interfaceClass = UserAPI.class) private UserAPI userAPI; 在dubbo的@Reference注解中有一个check属性默认为true @Documented @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.FIELD, ElementType.METHOD}) public @interface Refere原创 2021-06-07 15:11:02 · 829 阅读 · 0 评论 -
新建 SpringBoot 项目详细过程
新建项目 springboot-learn 这里已经新建好了,但是我的maven版本比较低,不兼容,我的需要再改一下SpringBoot版本 以下是更改版本的方法 然后把版本改成2.1.0,因为高版本对其他的框架有不兼容的。 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artif原创 2021-02-07 08:08:30 · 183 阅读 · 0 评论