码迷,mamicode.com
首页 >  
搜索关键字:depend    ( 1564个结果
Spring 之@Value注解原理
@Value和@Autowired这两个注解都是由AutoWiredAnnotationBeanPostProcessor来处理的,这两个注解被处理的地方也是一样的,就是在一个bean被new出来之后,要填充属性的populateBean方法里。 会调用 AutoWiredAnnotationBea ...
分类:编程语言   时间:2021-01-25 11:15:20    阅读次数:0
Spring Boot 整合Swagger2
Spring Boot 整合Swagger2 依赖导入 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </depend ...
分类:编程语言   时间:2021-01-25 10:42:42    阅读次数:0
构建前端第3篇之---使用scss
主要解决俩个问题: 在单个vue文件中 <style rel="stylesheet/scss" lang="scss"> 不能解析 如何在全局引入scss 问题1,不能解析的问题 如果是新建的vue工程在 <style rel="stylesheet/scss" lang="scss"> </st ...
分类:Web程序   时间:2021-01-20 12:18:37    阅读次数:0
SpringBoot(6) ------>异步任务、邮件任务与定时任务
一、异步任务 1、启动类上添加@EnableAsync注解,启用异步模式 2、方法上添加@Async注解 /** * @author liangd * date 2020-12-15 10:49 * code 异步任务 */ @Service public class AsyncService { ...
分类:编程语言   时间:2021-01-18 10:54:40    阅读次数:0
【神经网络】依存树
主要介绍GCN-Tree模型中依存树的内容。论文中使用的工具来自Standford Parser。 http://nlp.stanford.edu:8080/parser/ 这是可以体验功能。 工具包:https://nlp.stanford.edu/software/stanford-depend ...
分类:其他好文   时间:2021-01-14 11:25:39    阅读次数:0
spring aop 注解打印日志或者记录日志数据库
在Spring框架中,使用AOP配合自定义注解可以方便的实现用户操作的监控。首先搭建一个基本的Spring Boot Web环境开启Spring Boot,然后 引入必要依赖: <dependency> <groupId>org.springframework.boot</groupId> <art ...
分类:数据库   时间:2021-01-13 10:42:50    阅读次数:0
依赖注入(Dependency Injection)----DI
Constructor-based Dependency Injection(基于构造器的依赖注入) public class UserServiceImpl implements UserService { private UserDao userDao; public void setUserD ...
分类:其他好文   时间:2021-01-12 10:40:58    阅读次数:0
justauth-spring-boot-starter V1.3.5 发布成功
justauth-spring-boot-starter V1.3.5 发布成功 关于 justauth-spring-boot-starter justauth-spring-boot-starter 是 Spring Boot 集成 JustAuth 的最佳实践。如果你的项目是基于 Spring ...
分类:编程语言   时间:2021-01-08 10:55:22    阅读次数:0
Swagger2(2.9版本)集成springboot(2.3.7版本)出现Illegal DefaultValue null for parameter type integer异常
在使用Swagger2.9的过程中,出现Illegal DefaultValue null for parameter type integer 在网上查找了解决办法,说是空字符串转换integer异常,需要在相应的integer字段加上@ApiModelProperty注解,然后加上属性 exam ...
分类:编程语言   时间:2021-01-05 11:43:20    阅读次数:0
用Now轻松部署无服务器Node应用程序
用Now轻松部署无服务器Node应用程序作者|WilliamImo译者|方彦编辑|Yonie本文作者将用Now(https://zeit.co/now)来部署一个简单的node应用程序演示,帮助大家学习怎样使用Now的CLI工具来轻松部署一个Node应用程序。Node.js是一个JavaScript的运行环境,运行于浏览器之外。应用程序和API可以用Node.js来构建。应用程序间使用API来共享
分类:其他好文   时间:2020-12-23 12:37:16    阅读次数:0
1564条   上一页 1 2 3 4 5 6 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!