001 SpringBoot 环境搭建

开发工具#

Eclipse 智能代码提示

菜单:Window->Preferences->Java->Editor->Content Assist
如下图将. 修改为.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ

001 java - sprint boot环境搭建(java)

idea 热部署#

方式二 - JRebel 方式
方式二 - Jrebel
Break through Jrebel

idea 其他配置#

IDEA 便捷配置 MyBatis.xml 文件

Maven 包管理器#

安装 Maven (windows10 环境)

切换阿里源
切换阿里源 2

根据自己情况调整(或者百度)C:\Users\zyt2020\.m2\settings.xml

<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
    <localRepository>C:\Users\zyt2020\.m2\repository</localRepository>
    <mirrors>
        <mirror>
            <id>aliyunmaven</id>
            <mirrorOf>*</mirrorOf>
            <name>阿里云公共仓库</name>
            <url>https://maven.aliyun.com/repository/public</url>
        </mirror>
    </mirrors>
</settings>

快速构建 sprint boot 项目#

关于 IDEA 配置#

安装

001 SpringBoot 环境搭建

001 SpringBoot 环境搭建

001 SpringBoot 环境搭建

001 SpringBoot 环境搭建

本作品采用《CC 协议》,转载必须注明作者和本文链接
老哥以后是要做 CTO 的人,这些技术怎么能不会呢?