随笔分类 - IDEA
摘要:怎么部署代码到git上,并配置idea 拉取代码等操作? 1 要将代码部署到Git上并配置IDEA以拉取代码,您可以按照以下步骤进行操作: 2 3 1. 创建一个Git仓库:首先,在Git托管平台(如GitHub、GitLab、Bitbucket等)上创建一个新的仓库。请根据您的需求进行设置,并获取
阅读全文
摘要:https://www.cnblogs.com/bobkingblog/p/11070289.html
阅读全文
摘要:把工程下面的.idea目录下的workspace.xml里面的SPING_BOOT_MAIN_CLASS的路径改成你最新的路径即可。 <option name="SPRING_BOOT_MAIN_CLASS" value="com.xxx.xx" />
阅读全文
摘要:把compact Middle packages 勾去掉 即可。
阅读全文
摘要:https://blog.csdn.net/li1325169021/article/details/93158207 <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper
阅读全文
摘要:1.IDEA文件编码一般都修改为utf-8:setting-->file encodings >Global Encoding 和 Project Encoding 都设置为UTF-8 2. Properties 文件, Transparent native-to-ascii conversion
阅读全文
摘要:https://blog.csdn.net/u010228798/article/details/93355667
阅读全文
摘要:https://blog.csdn.net/JontyHua/article/details/86363469 https://jingyan.baidu.com/article/a3761b2bf2ee681577f9aa42.html 环境变量配置 Application Server not
阅读全文
摘要:刷新idea缓存 记得重新勾选回原来idea的maven路径及配置文件(如:阿里镜像地址)
阅读全文
摘要:https://plugins.jetbrains.com/plugin/10046-alibaba-java-coding-guidelines idea file setting plugins 搜素 Alibaba Java Coding Guidelines plugin install
阅读全文