码迷,mamicode.com
首页 >  
搜索关键字:annotation processor    ( 3710个结果
配置文件解决JSON中文乱码
`<mvc:annotation-driven>` `<mvc:message-converters register-defaults="true">` `<bean class="org.springframework.http.converter.StringHttpMessageConver ...
分类:Web程序   时间:2020-11-25 12:26:14    阅读次数:11
手写springboot starter
1,创建module,pom引入依赖:spring-boot-configuration-processor 2,创建entity,类上加注解:@ConfigurationProperties(prefix="sms"),这样可以读取application.yml文件,把文件的属性映射到class的 ...
分类:编程语言   时间:2020-11-07 15:49:12    阅读次数:18
项目1-菜单模块
#菜单模块 ##Controller package com.atguigu.atcrowdfunding.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired ...
分类:其他好文   时间:2020-11-02 10:21:42    阅读次数:24
Exploiting Choice: Instruction Fetch and Issue on an Implementable Simultaneous Multithreading Processor(2)
##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
redis工具类
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
[ztg@localhost lineage-17.1---dipper]$ brunch dipper --- error --- lineage-17.1-20201027-UNOFFICIAL-dipper---no-MPTCP.zip
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
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
3.26 Aspect-实例化模型
戴着假发的程序员出品 抖音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
10月27日 自学问题
1.switch() 括号内的对象可以是 char byte short int String 枚举类对象 2.注解:文档注解 @Annotation()括号内必须给成员变量赋值 3.原注解:对现有注解修饰的注解 元数据:对现有数据修饰的数据 RUNTIME 可用反射获取,其他的生命周期都不行 CL ...
分类:其他好文   时间:2020-10-29 09:29:01    阅读次数:14
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
3710条   上一页 1 ... 6 7 8 9 10 ... 371 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!