【常见目录说明】目录 /bin存放二进制可执行文件(ls,cat,mkdir等),常用命令一般都在这里。/etc存放系统管理和配置文件/home存放所有用户文件的根目录,是用户主目录的基点,比如用户user的主目录就是/home/user,可以用\~user表示 /usr用于存放系统应用程序,比较重要的目录/usr/local本地系统管理员软件安装目录(安装系统级的应用)。这是最庞大的目录,...
一.springBoot启动在Program arguments:输入指令--spring.profiles.active=dev二. springBoot启动在Active Profiles:输入dev三.springBoot启动在Environment variables: 输入spring.profiles.active=dev四.maven启动Environment variable...
发货链接:https://flowus.cn/share/b06712da-7386-410b-957e-a77b9d1f70a0
安装重装系统的前提组件:Debian/Ubuntu:apt-get install -y xz-utils openssl gawk file wget screen && screen -S osRedHat/CentOS:yum install -y xz openssl gawk file glibc-common wget screen && scre...
开发中,每次对类的修改,都需要重启服务,很浪费时间,影响效率。下面介绍一种springboot热部署的方法在pom文件中引入devtools依赖: <!-- 配置Spring Boot热部署依赖 -->
<dependency>
<groupId>org.springframework.boot</gro...
学习目标[ ] 能够基于MyBatisPlus完成标准Dao开发[ ] 能够掌握MyBatisPlus的条件查询[ ] 能够掌握MyBatisPlus的字段映射与表名映射[ ] 能够掌握id生成策略控制[ ] 能够理解代码生成器的相关配置一、MyBatisPlus简介1. 入门案例问题导入MyBatisPlus环境搭建的步骤?1.1 SpringBoot整合MyBatisPlus入门程序①:...
https://www.yuque.com/books/share/328bf500-e69a-464c-86d4-acbd961fcfd8?# 《JavaWeb开发》密码:ti3w
学习目标[ ] 基于SpringBoot框架的程序开发步骤[ ] 熟练使用SpringBoot配置信息修改服务器配置[ ] 基于SpringBoot的完成SSM整合项目开发一、SpringBoot简介1. 入门案例问题导入SpringMVC的HelloWord程序大家还记得吗?SpringBoot是由Pivotal团队提供的全新框架,其设计目的是用来简化Spring应用的初始搭建以及开发过程...