Spring Security 学习之旅开端 SpringSecurity 开始 1. 引入依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifact ...
分类:
编程语言 时间:
2021-01-02 11:41:32
阅读次数:
0
虚拟机版本为Centos7 1.查看VMware分配的子网(NAT) 进入虚拟机,点击左上角编辑->虚拟网络编辑器点开之后: 2.修改配置文件 cd /etc/sysconfig/network-scripts/ vim ifcfg-ens33 这是已经配置好的文件,相较于原文件,有两个需要修改和四 ...
分类:
系统相关 时间:
2021-01-02 11:03:38
阅读次数:
0
1、首先打出正常的jar包,解压后将lib上传到服务器2、修改pom,重新打包<build><plugins><plugin><groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId><
分类:
编程语言 时间:
2021-01-02 11:02:04
阅读次数:
0
tftp和nfs用于在开发板上通过网络系统来访问ubuntu系统下的文件。ssh服务用于支持在Windows下使用终端软件SecureCRT,MobaXterm登陆Ubuntu。 1 搭建NFS服务 sudo apt-get install nfs-kernel-server rpcbind #安装 ...
分类:
系统相关 时间:
2021-01-01 12:59:58
阅读次数:
0
<build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> <plugin> <groupId>c ...
分类:
其他好文 时间:
2021-01-01 12:13:15
阅读次数:
0
一、注解(annotations)列表 1、@SpringBootApplication 包含了@ComponentScan、@Configuration和@EnableAutoConfiguration注解。 其中@ComponentScan让Spring Boot扫描到Configuration ...
分类:
编程语言 时间:
2021-01-01 11:39:58
阅读次数:
0
我们之后可能用SpringBoot创建项目,但是里面有些注解其实是SpringFramework的 @Configuration 此注解可以替代配置文件,就是那个Spring的xml文件配置,也可以理解成<beans>标签 @Configuration public class AppConfig ...
分类:
编程语言 时间:
2020-12-31 12:33:20
阅读次数:
0
1. 安装Redis Redis压缩包和解压后的状态 安装,执行make命令,出现如图所示的错误 注意:由于Redis时C语言写的,所以我们需要安装编译C的环境:gcc,如果安装6版本的redis,gcc版本一定要5.3以上,我的Redis版本是redis-6.0.9。 查找原因:由于我的Redis ...
分类:
其他好文 时间:
2020-12-31 11:44:31
阅读次数:
0
问题症状 日志里同时出现正常的日志目录和 IS_UNDEFINED application.properties如下 logging.file.path=logs spring.application.name=mes logback-spring.xml配置 <?xml version="1.0" ...
分类:
编程语言 时间:
2020-12-30 11:23:04
阅读次数:
0
树莓派3B+ 开启超频 sudo vim /boot/config.txt // 将你要修改的值添加到该文件尾部 # CPU超频 arm_freq = 1375 over_voltage = 6 core_freq = 550 # GPU超频 gpu_freq = 550 # 内存 sdram_fr ...
分类:
其他好文 时间:
2020-12-30 10:35:24
阅读次数:
0