IDEA支持特别多的插件,今天记录一下我常用的插件。欢迎推荐!!! 1、Translation - 必备翻译插件 基于 IntelliJ 的 IDE 的翻译插件 推荐指数: **插件链接:**https://plugins.jetbrains.com/plugin/8579-translation ...
分类:
其他好文 时间:
2021-07-22 17:42:01
阅读次数:
0
0.引入驱动jar包 使用jdbc进行具体操作前,需要引入相关数据库的jar包, 或者使用mave管理依赖 <!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java --> <dependency> <groupId>mys ...
分类:
数据库 时间:
2021-07-01 16:28:37
阅读次数:
0
全文目录 什么是微服务? 微服务之间如何独立通讯的? SpringCloud 和 Dubbo 有哪些区别? SpringBoot 和 SpringCloud 之间关系? 什么是熔断?什么是服务降级? 微服务的优缺点是什么?说下你在项目中碰到的坑。 eureka和zookeeper都可以提供服务注册与 ...
分类:
编程语言 时间:
2021-06-28 21:11:15
阅读次数:
0
一、 在主程序中配置 @SpringBootApplication 相当于: //@SpringBootConfiguration //@EnableAutoConfiguration //@ComponentScan("spring.main.spring"), //SpringBootAppli ...
分类:
编程语言 时间:
2021-06-28 19:53:22
阅读次数:
0
创建一个Spring的helloworld项目 创建maven项目,导入Spring的环境依赖 可以参考:https://www.cnblogs.com/nwu-edu/p/9542074.html,为了简化直接导入webmvc的依赖 <dependency> <groupId>org.spring ...
分类:
编程语言 时间:
2021-06-28 19:43:13
阅读次数:
0
SpringBoot01:入门 1.概述 微服务 响应式 分布式 Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". ...
分类:
编程语言 时间:
2021-06-28 18:47:02
阅读次数:
0
<build> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </i ...
分类:
其他好文 时间:
2021-06-24 18:28:56
阅读次数:
0
百度上找的几乎就是两种方法: 1.用到maven helper工具 注意:如果搜素不到:如下 就可以搜到了,然后install 打开pom.xml翻到下面有 这样子就可以了这是第一种方式 2.在idea的maven里找 红色的线代表冲突的,点击阿门和第一种方式一样右键exclude就好啦 也可以ct ...
分类:
编程语言 时间:
2021-06-23 16:29:22
阅读次数:
0
1.maven下载 项目架构管理工具 1.下载地址:http://maven.apache.org/download.cgi 2.点击下载zip包 3.解压 2.配置maven阿里云镜像 <!-- 阿里云仓库 --> <mirror> <id>alimaven</id> <mirrorOf>cent ...
分类:
其他好文 时间:
2021-06-21 21:13:32
阅读次数:
0
jmeter支持哪些测试场景? jmeter能够对不同的应用程序/服务器/协议类型进行负载测试和性能测试 Web - HTTP, HTTPS (Java, NodeJS, PHP, ASP.NET, …) SOAP / REST Webservices FTP 通过JDBC连接数据库(支持各种数据库 ...
分类:
其他好文 时间:
2021-06-20 17:40:46
阅读次数:
0