`<mvc:annotation-driven>` `<mvc:message-converters register-defaults="true">` `<bean class="org.springframework.http.converter.StringHttpMessageConver ...
分类:
Web程序 时间:
2020-11-25 12:26:14
阅读次数:
11
1,创建module,pom引入依赖:spring-boot-configuration-processor 2,创建entity,类上加注解:@ConfigurationProperties(prefix="sms"),这样可以读取application.yml文件,把文件的属性映射到class的 ...
分类:
编程语言 时间:
2020-11-07 15:49:12
阅读次数:
18
#菜单模块 ##Controller package com.atguigu.atcrowdfunding.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired ...
分类:
其他好文 时间:
2020-11-02 10:21:42
阅读次数:
24
##Time 2020.10.31 Summary Research Objective Problem Statement Method(s) The methodology in this paper closely follows the simulation and measurement ...
分类:
其他好文 时间:
2020-11-01 10:33:43
阅读次数:
17
package redis.config; import org.springframework.beans.factory.annotation.Autowired;import org.springframework.data.redis.connection.DataType;import o ...
分类:
其他好文 时间:
2020-10-31 02:05:49
阅读次数:
14
6,2,0,-;Boot CPU: AArch64 Processor [517f803c]6,3,0,-;Powerup reason=0x401806,4,0,-;Machine: Xiaomi Technologies, Inc. Dipper new MP v2.16,5,0,-;Reser ...
分类:
其他好文 时间:
2020-10-31 01:35:34
阅读次数:
23
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
戴着假发的程序员出品 抖音ID:戴着假发的程序员 欢迎关注 [查看视频教程] 我们查看@Aspect注解的源代码: 1 package org.aspectj.lang.annotation; 2 3 @java.lang.annotation.Retention(java.lang.annotat ...
分类:
Web程序 时间:
2020-10-29 10:21:08
阅读次数:
29
1.switch() 括号内的对象可以是 char byte short int String 枚举类对象 2.注解:文档注解 @Annotation()括号内必须给成员变量赋值 3.原注解:对现有注解修饰的注解 元数据:对现有数据修饰的数据 RUNTIME 可用反射获取,其他的生命周期都不行 CL ...
分类:
其他好文 时间:
2020-10-29 09:29:01
阅读次数:
14
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