05 2019 档案
摘要:首先需要引入pom 这里使用nacos注册中心 所以引入了nacos-client 使用zookeeper注册中心的话需要引入其相应的client <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-
阅读全文
摘要:使用idea新建springboot项目beetl-spring-boot-starter 首先添加pom依赖 packaging要设置为jar不能设置为pom<packaging>jar</packaging> <dependency> <groupId>org.springframework.b
阅读全文
摘要:解决方法 在info.plist 添加LSApplicationQueriesSchemes 类型是Array weixin wechat
阅读全文
摘要:实际项目跑起来无影响,但是看起来不太爽。 可以在dao类添加org.springframework.stereotype.Repository 注解 或者可以在service类中使用 javax.annotation.Resource(替换org.springframework.beans.fact
阅读全文
摘要:网上说是静态库的问题
阅读全文