- 【F179】基于Springboot+vue实现的幼儿园管理系统
作者主页:Java码库主营内容:SpringBoot、Vue、SSM、HLMT、Jsp、PHP、Nodejs、Python、爬虫、数据可视化、小程序、安卓app等设计与开发。收藏点赞不迷路 关注作者有好处文末获取源码项目描述系统管理也都将通过计算机进行整体智能化操作,对于幼儿园管理系统所牵扯的管理......
- dubbo结合springboot使用教程(D)
简介官方文档:DubboSDK用户手册|ApacheDubbo实践服务端:定义服务端接口publicinterfaceLotteryDrawApi{RpcResult<String>draw(DrawReqreq);}服务端接口实现引入dubbo-spring-boot-starter依赖<dependency><groupId>org.apache.dubbo</groupId>......
- vue3 使用 codemirror 实现yaml文件的在线编辑
vue3使用codemirror实现yaml文件的在线编辑1.使用情形2.插件下载3.封装yaml编辑器组件4.父组件使用5.js-yaml使用6.备注1.使用情形需要对yaml文件进行在线编辑,并且进行基础格式验证2.插件下载vue-codemirror在线代码编辑器插件js-yaml用于转换jso......
- Springboot基于注解鉴权
@Slf4j@ComponentpublicclassResourceInterceptorimplementsHandlerInterceptor{@ResourceUserRoleServiceuserRoleService;@OverridepublicbooleanpreHandle(HttpServletRequestrequest,HttpServletResponseresponse,Objecthandler){......
- Springboot 配置redis
@ConfigurationpublicclassRedisConfig{@Value("${spring.data.redis.host}")privateStringredisHost;@Value("${spring.data.redis.port}")privateintredisPort;@Bean(name="jedisConnectionFactory")......
- Springboot使用kaptcha生成验证码
<dependency><groupId>com.youkol.support.kaptcha</groupId><artifactId>kaptcha</artifactId><version>2.3.2</version></dependency>importcom.google.code......
- Springboot 统一返回接口
importlombok.AllArgsConstructor;importlombok.Data;importlombok.NoArgsConstructor;@Data@AllArgsConstructor@NoArgsConstructorpublicclassCommonResponse<T>{privateTdata;privateStringmessage;privateintcode;public......
- Springboot LocalDateTime 格式化
importcom.fasterxml.jackson.databind.ser.std.ToStringSerializer;importcom.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer;importcom.fasterxml.jackson.datatype.jsr310.deser.LocalDateTimeDeserializer;importcom.fasterxml.jackson.datatype......
- Springboot枚举自定义序列化
packagexxxxxxxxxxxxx;importcom.fasterxml.jackson.core.JsonGenerator;importcom.fasterxml.jackson.databind.JsonSerializer;importcom.fasterxml.jackson.databind.ObjectMapper;importcom.fasterxml.jackson.databind.SerializerProvider;importcom.fasterx......
- 【JAVA开源】基于Vue和SpringBoot员工绩效考核系统
本文项目编号T021,文末自助获取源码\color{red}{T021,文末自助获取源码}......