码迷,mamicode.com
首页 >  
搜索关键字:spirng boot    ( 14097个结果
mybatis-plus 相关
集成springboot 依赖 核心依赖spring-boot-starter、lombo、mybatis-plus-boot-starter、mysql 使用Mybatis-plus代替Mybatis的依赖 <dependencies> <!--核心 POM,包含自动配置支持、日志库和对 YAML ...
分类:其他好文   时间:2020-12-10 10:57:28    阅读次数:3
Spring Boot项目开发(三)——统一响应对象、统一异常处理
一、统一响应对象 项目开发中返回统一的数据格式有利于统一前后台开发规范 1、编写统一响应对象 package com.learn.mall.common; import com.learn.mall.exception.LearnMallExceptionEnum; /** * 通用返回对象 * * ...
分类:编程语言   时间:2020-12-09 12:29:35    阅读次数:9
Java层反调试
安卓程序动态调试需要满足两个条件。1.在AndroidMainfest.xml文件中,在application标签下,Android:debuggable=true。2.系统默认调式,在build.prop(boot.img),ro.debugable=1。一:实例演示java层反调试以“百度加固”为例。1.将样本拖入jdax-gui中,进行反编译,来到加固程序的onCreate里,如下图所示。2
分类:编程语言   时间:2020-12-09 11:59:17    阅读次数:6
Spring boot 出现 "org.springframework.beans.factory.UnsatisfiedDependencyException" 错误
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'adminMenuController': Unsatisfied dependency expresse ...
分类:编程语言   时间:2020-12-08 13:00:18    阅读次数:17
Vue + SpringBoot学习项目(5)
Vue + SpringBoot学习项目(5) 今天继续做一下学习的项目,今天跟一下文件上传和打包的部分。 https://learner.blog.csdn.net/article/details/97619312 上传图片的部分没有出现什么报错的情况,就是在后端项目的包下面没有找到config的 ...
分类:编程语言   时间:2020-12-07 12:43:59    阅读次数:9
spring-boot 监控 Actuator
springboot 提供了对项目的监控功能。 1.首先添加依赖包 implementation 'org.springframework.boot:spring-boot-starter-actuator' 2.application.yml 端点配置 因为actuator默认只支持端点 /hea ...
分类:编程语言   时间:2020-12-07 12:23:22    阅读次数:5
SpringBoot框架 1.什么是 Spring Boot?
多年来,随着新功能的增加,spring 变得越来越复杂。只需访问 https://spring.io/projects页面,我们就会看到可以在我们的应用程序中使用的所有 Spring 项目的不同功能。如果必须启动一个新的 Spring 项目,我们必须添加构建路径或添加 Maven 依赖关系,配置应用 ...
分类:编程语言   时间:2020-12-05 10:59:47    阅读次数:10
spring-boot-configuration-processor用处
本文转自: https://blog.csdn.net/yuhan_0590/article/details/85100246 spring默认使用yml中的配置,但有时候要用传统的xml或properties配置,就需要使用spring-boot-configuration-processor了 ...
分类:编程语言   时间:2020-12-05 10:55:23    阅读次数:8
redis整合springboot
redis参照processon图,包含redis知识库。 https://www.processon.com/mindmap/5fab94d77d9c0865e9bc7838 依赖中配置 org.springframework.boot spring-boot-starter-data-redis ...
分类:编程语言   时间:2020-12-05 10:54:05    阅读次数:9
Raspberry Pi 上手小记
修改配置文件 cmdline.txt root=u盘启动路径 去掉 init = 连接wifi wpa配置文件 启用ssh boot分区 新建 “SSH‘ 文件 ...
分类:Web程序   时间:2020-12-04 11:47:10    阅读次数:16
14097条   上一页 1 ... 35 36 37 38 39 ... 1410 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!