IDEA开发中启动 本地开发中常用 外置Tomcat中启动 接近淘汰 tomcat版本兼容问题复杂 微服务容器化部署复杂 Jar方式打包启动 官方推荐,工作中最陈昌勇 步骤:pom文件新增maven插件 <build> <plugins> <plugin> <groupId>org.springfr ...
分类:
编程语言 时间:
2020-07-03 23:13:34
阅读次数:
67
4.1.3.微服务的核心之springboot重新认识【上】 3.1.springboot重新认识 3.1.1.springboot的前世今生 3.1.1.1.spring boot是什么? 从spring framework开始,核心功能:IOC/DI和MVC,AOP. spring中bean自动 ...
分类:
编程语言 时间:
2020-07-03 19:45:07
阅读次数:
55
1.pom添加热部署 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency> 2.File->Settings->Comp ...
分类:
编程语言 时间:
2020-07-03 12:24:41
阅读次数:
60
Tutorial This describes NLog for .NET Framework (.NET ver. 3.5 - 4.8) and .NET Core (NetStandard 1.3+) NLog can be setup with the following steps: Ins ...
分类:
其他好文 时间:
2020-07-02 18:27:06
阅读次数:
54
一、简介 Robot FrameWork是完全基于Python实现的开源的自动化测试框架,RF已经封装好的各个模块,基于关键字驱动的形式来实现的自动化测试。其case采用表格形式易读,且支持BDD,可容纳各种外置库,可以继承Selenium、Appium、Requests实现各类自动化 二、安装(环 ...
分类:
其他好文 时间:
2020-07-02 18:07:32
阅读次数:
106
下面关键字全部由 Builtin 库提供,Builtin 为 Robot Framework 标准类库。Builtin库提供常用的关键字 1、log log 关键字就是编程语言里的“print”一样,可以打印任何你想打印的内容。 运行结果: 2、定义变量 通过“Set variable”关键字来定义 ...
分类:
其他好文 时间:
2020-07-02 18:07:16
阅读次数:
47
Spring Boot has taken Spring framework to the next level. It has drastically reduced the configuration and setup time required for spring projects. Sp ...
分类:
数据库 时间:
2020-07-01 18:40:39
阅读次数:
64
一、总结 1、配置 php解释器。 二、phpStorm解释器与服务器配置(解决502 bad gateway与404 not found问题) phpstorm是一个非常强大的全栈开发工具,但是作为刚入手的我发现它并不是安装之后就可以正常使用的,还需要相关的配置,否则会出现网页打开错误。下面记录我 ...
分类:
Web程序 时间:
2020-07-01 17:23:45
阅读次数:
71
在学习 Spring 的时候,我们必须得有个整体性的概念。 这个概念就是: Spring 到底是什么? 官网给了如下的介绍: The Spring Framework provides a comprehensive programming and configuration model for m ...
分类:
编程语言 时间:
2020-07-01 16:15:49
阅读次数:
77
报错信息: The Entity Framework provider type 'System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer' registered in the application c ...