码迷,mamicode.com
首页 >  
搜索关键字:springframework    ( 4755个结果
Redis 工具类
importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.data.redis.core.RedisTemplate;importorg.springframework.data.redis.core.StringRedisTemplate;importorg.springframe
分类:其他好文   时间:2020-10-29 10:36:31    阅读次数:27
Eureka-server搭建(入门)
1、导入坐标<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-server</artifactId> <version>Greenwich ...
分类:其他好文   时间:2020-10-27 11:35:08    阅读次数:18
SpringSecurity常见用法备忘
package com.botao.securitydemo1.config; import com.botao.securitydemo1.Service.UserService; import org.springframework.context.annotation.Bean; import ...
分类:编程语言   时间:2020-10-24 10:29:44    阅读次数:21
传统项目 升级到 spring boot 配置 org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
OpenSessionInViewFilter (Spring Framework 5.2.9.RELEASE API) https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/orm/ ...
分类:编程语言   时间:2020-10-22 22:35:08    阅读次数:26
添加JSP支持
在pom.xml文件添加依赖 <!-- spring boot parent节点,引入这个之后,在下面和spring boot相关的就不需要引入版本了; --> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spri ...
分类:Web程序   时间:2020-10-09 21:10:00    阅读次数:35
Spring源码阅读
1.Spring 容器几个重要的接口 org.springframework.core.env.Environment Interface representing the environment in which the current application is running. 继承自org ...
分类:编程语言   时间:2020-10-09 20:48:51    阅读次数:25
spring boot 单元测试
1.pom.xml 一般使用idea新建一个SpringBoot web项目时,一般都会自动引入此依赖,如果没有,请手动引入。 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-start ...
分类:编程语言   时间:2020-10-09 20:39:22    阅读次数:20
@RestController
package org.springframework.web.bind.annotation; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.ann ...
分类:其他好文   时间:2020-10-07 21:05:52    阅读次数:22
2.3@Bean的value和name属性
戴着假发的程序员出品 抖音ID:戴着假发的程序员 欢迎关注 [查看视频教程] 源码: 1 @org.springframework.core.annotation.AliasFor("name") 2 java.lang.String[] value() default {}; 3 4 @org.s ...
分类:其他好文   时间:2020-10-07 20:51:51    阅读次数:28
2.4@Bean的autowire属性
戴着假发的程序员出品 抖音ID:戴着假发的程序员 欢迎关注 [查看视频教程] 源码: 1 @java.lang.Deprecated 2 org.springframework.beans.factory.annotation.Autowire autowire() default org.spri ...
分类:其他好文   时间:2020-10-07 20:49:39    阅读次数:23
4755条   上一页 1 ... 16 17 18 19 20 ... 476 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!