1. IDEA概述和安装 https://www.jetbrains.com/idea/ 2. IDEA中的HelloWord 2.1 IDEA中HelloWord步骤 3. IDEA的项目结构 3.1 IDEA的项目结构 3.2 IDEA设置字体 4. IDEA中内容辅助键和快捷键 4.1 内容辅 ...
分类:
编程语言 时间:
2021-04-09 13:28:45
阅读次数:
0
maven插件自动生成mapper文件 @(目录) 第一步,新建maven plugin工程 idea 选择 file → new project → maven 后面一直next,注意maven plugin 工程的命名最好是 xxx-maven-plugin. 添加依赖 下面写maven插件必须 ...
分类:
移动开发 时间:
2021-04-09 12:55:36
阅读次数:
0
Java的诞生 1972年C语言诞生 1982年C++诞生 1995年Java诞生 Java发展 Java2标准版(J2SE)桌面领域 Java2移动版(J2ME)手机领域 Java2企业版(J2EE)服务器领域 基于Java开发的平台、系统、工具 构建工具:Ant,Maven,Jekins 应用服 ...
分类:
编程语言 时间:
2021-04-08 13:47:18
阅读次数:
0
开发时使用,生产环境关闭 1.Adding devtools to your project <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> ...
分类:
其他好文 时间:
2021-04-08 13:37:40
阅读次数:
0
Maven 遇到Idea中无论如何导入依赖都是调用中央仓库而不是镜像源的问题 检查IDEA中maven配置是否正确 查看是否使用的是自己的setting.xml配置 检查镜像源配置是否有错 <!-- 阿里云镜像仓库 --> <mirror> <id>nexus-aliyun</id> <mirror ...
分类:
其他好文 时间:
2021-04-08 12:54:58
阅读次数:
0
![](https://img2020.cnblogs.com/blog/1698402/202104/1698402-20210405103834743-1940345440.png) ![](https://img2020.cnblogs.com/blog/1698402/202104/1698... ...
分类:
其他好文 时间:
2021-04-07 10:54:17
阅读次数:
0
Spring Boot 和 Spring Cloud 已成为当前最流行的微服务框架。本文通过样例演示如何搭建并运行一个简单的 Spring Boot 项目。 在开发之前,首先确认我们的电脑上已经有以下环境: Java azul-16 maven 3.6.3 IntelliJ IDEA 2020.3 ...
分类:
编程语言 时间:
2021-04-07 10:35:30
阅读次数:
0
IDEA 实现反编译 先找到java文件编译后的class地址 找到项目结构 将以上文件地址在文件中打开 继续点击文件直至找到class文件 ? 将class文件复制到java文件中 ? 刷新IDEA项目,出现class文件。打开!!! 反编译成功。 ...
分类:
其他好文 时间:
2021-04-06 15:16:29
阅读次数:
0
JavaDoc /** * @author saxon * @version 1.0 * @since 1.8 */ 生产javaDoc文档 -encoding utf-8 -charset utf-8 点击index(主页) ...
分类:
编程语言 时间:
2021-04-06 14:46:17
阅读次数:
0
![](https://img2020.cnblogs.com/blog/2287326/202104/2287326-20210403214947935-1196994930.png) ![](https://img2020.cnblogs.com/blog/2287326/202104/2287... ...
分类:
其他好文 时间:
2021-04-06 14:08:18
阅读次数:
0