码迷,mamicode.com
首页 >  
搜索关键字:spring cloud config svn gradle    ( 84117个结果
Kafka启动遇到ERROR Exiting Kafka due to fatal exception (kafka.Kafka$) 解决办法 从kafka的根目录启动 bin/kafka-server-start.sh config/server.properties
Mysql配置读写数据库 ERROR 1227 (42000): Access denied; you need (at least one of) the SUPER privilege(s) for this operation 原因之前mysql的vi /etc/my.cnf 修改配置没有重启 ...
分类:其他好文   时间:2021-04-30 12:42:22    阅读次数:0
vue-cli3创建项目实现px2rem
1、安装 npm install postcss-plugin-px2rem --save-dev 2、引入配置 // vue.config.js const px2rem = require("postcss-plugin-px2rem"); module.exports = { css: { l ...
分类:其他好文   时间:2021-04-30 12:39:06    阅读次数:0
kafka源码阅读环境搭建
build.gradle添加implementation libs.slf4jApi ...
分类:其他好文   时间:2021-04-30 12:19:59    阅读次数:0
Proetheus常用参数
./premetheus -h 命令行常用参数: ?--config.file="prometheus.yml" # 指定配置文件 ?--web.listen-address="0.0.0.0:9090" # 监听地址和端口 ?--log.level=info # 日志级别 ?--alertmana ...
分类:其他好文   时间:2021-04-30 12:19:22    阅读次数:0
Spring核心接口之InitializingBean
一、InitializingBean接口说明InitializingBean接口为bean提供了属性初始化后的处理方法,它只包括afterPropertiesSet方法,凡是继承该接口的类,在bean的属性初始化后都会执行该方法。 /* * Copyright 2002-2018 the origi ...
分类:编程语言   时间:2021-04-30 12:07:56    阅读次数:0
SpringBoot,Security Oauth2.0集成
一、服务端 1、AuthorizationServer类,类中配置相关参数:客户端详情服务、令牌管理服务、令牌访问断电url以及令牌服务、令牌端点安全约束 package hs.lj.security.uaa.config; import org.springframework.beans.fact ...
分类:编程语言   时间:2021-04-30 12:05:46    阅读次数:0
SpringBoot之@ComponentScan和@SpringBootApplication扫描覆盖问题
SpringBoot之@ComponentScan和@SpringBootApplication扫描覆盖问题 ...
分类:移动开发   时间:2021-04-30 11:56:23    阅读次数:0
【剑指 Java】第 4 弹:绝对硬货,Spring 面试知识点总结大全
1. Spring 特点 Spring 主要有如下特点: 轻量级:Spring 是非侵入式,其中的对象不依赖 Spring 的特定类; 控制反转(IoC):通过 IoC,促进了低耦合,一个对象依赖的其他对象通过被动的方式传递进来,而不用该对象主动创建或查找; 面向切面(AOP):支持面向切面编程,将 ...
分类:编程语言   时间:2021-04-30 11:55:44    阅读次数:0
Android NFC读取数据
1、添加相应的权限和gradle引用<uses-feature android:name="android.hardware.nfc" android:required="true"/><uses-permission android:name="android.permission.NFC"/>a ...
分类:移动开发   时间:2021-04-29 12:22:33    阅读次数:0
SpringSecurity配置
SpringSecurity 功能 spring security 的核心功能主要包括: 认证 (你是谁) 授权 (你能干什么) 攻击防护 (防止伪造身份) Spring Security是针对Spring项目的安全框架,也是Spring Boot底层安全模块默认的技术选型,他可以实现强大的Web安 ...
分类:编程语言   时间:2021-04-29 11:54:47    阅读次数:0
84117条   上一页 1 ... 51 52 53 54 55 ... 8412 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!