话不多说,直接开干。 1.添加一个热部署的依赖到你项目的pom.xml中 <!--热部署--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> ...
分类:
编程语言 时间:
2021-01-05 11:00:04
阅读次数:
0
一、关闭SpringBoot启动图标 package com.abc.springboot; import org.springframework.boot.Banner; import org.springframework.boot.SpringApplication; import org.s ...
分类:
编程语言 时间:
2021-01-04 11:06:53
阅读次数:
0
SpringBoot1.x 数据访问 简介 对于数据访问层,无论是 SQL 还是 NOSQL,Spring Boot 默认采用整合 Spring Data 的方式进行统一处理,添加大量自动配置,屏蔽了很多设置。引入各种 xxxTemplate,xxxRepository 来简化我们对数据访问层的操作 ...
分类:
编程语言 时间:
2021-01-04 10:50:37
阅读次数:
0
一、 前端(<a th:href="@{'/record_details/'+${record.id}}" target="_blank"></a>: <a th:href="@{'/record_details/'+${record.id}}" target="_blank"> <i><img t ...
分类:
编程语言 时间:
2021-01-04 10:36:42
阅读次数:
0
概述 Overview 什么是Spring Boot? Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". 这是来自S ...
分类:
编程语言 时间:
2021-01-04 10:29:55
阅读次数:
0
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