Easter79 Easter79
3年前
springcloud微服务简单搭建
一、搭建注册中心 1、创建一个demo项目,demo点击右键创建module!(https://img2018.cnblogs.com/ibeta/1879026/201912/1879026201912062248510491047960676.png)!(https://oscimg.oschina.net/osc
Stella981 Stella981
3年前
Google开源GSON的使用
\谷歌开原项目GitHub地址:https://github.com/google/gson1.新建一个maven项目,引入gson的dependency坐标依赖以及commonsio的坐标:<!处理json格式数据<dependency<groupIdcom.g
Stella981 Stella981
3年前
Docker容器使用jenkins部署web项目
(1)需要安装Docker容器,在Docker容器内安装jenkins,gogs,tomcat。  新建maven项目,添加findbugsplugin。使用docker启动jenkins,gogs,Tomcat的命令gogs:dockerrunitdp10022:22p10080:3000restarta
Stella981 Stella981
3年前
Linux虚拟机CentOS最小系统安装
最近在学习和工作中linux时,安装了CentOS7的最小系统,发现最小系统没有一些常用的命令等。在此,写一篇博文,记录一下Linux系统从新建虚拟机到最终可以上网的步骤,供自己复习使用,同时也共大家前来指正。一、创建新的虚拟机打开wmware,新建一个虚拟机,选择典型安装!Linux虚拟机CentOS最小系统安装(https://s4
Stella981 Stella981
3年前
Spring data jpa 调用存储过程处理返回参数及结果集
一、环境 1.此随笔内容基于springboot整合的springdatajpa项目, 2.数据库为mysql5.7.9版本 二、内容1\.新建存储过程pro\_query\_objectBEGINRoutinebodygoeshere...a_theme_co
Stella981 Stella981
3年前
SpringBoot启动报错Failed to determine a suitable driver class
从SpringBootInitializer(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fstart.spring.io%2F) 新建SpringBoot项目添加一个简单控制器,启动报错如下:._________
Stella981 Stella981
3年前
IntelliJ IDEA使用Application Server开发普通Java Web项目
1.新建一个JavaWeb项目1.开启ApplicationServer的Plugin,这里以Tomcat为例    !(http://static.oschina.net/uploads/space/2014/1026/204934_MWqD_946569.jpg)2.在Applicatio
Easter79 Easter79
3年前
SpringBoot启动报错Failed to determine a suitable driver class
从SpringBootInitializer(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fstart.spring.io%2F) 新建SpringBoot项目添加一个简单控制器,启动报错如下:._________
Stella981 Stella981
3年前
SAP CRM呼叫中心里Case ID的生成逻辑
进入SAP呼叫中心后,点击Case按钮,会生成自动生成一个新的CaseID。这个ID是根据什么逻辑生成的?!image(https://userimages.githubusercontent.com/5669954/50508247126132800abc11e984da35647c0c4f1b.png)CreatedbyWa
Stella981 Stella981
3年前
Spring+Mybatis+Velocity整合(3):整合Mybatis
正式开始配置关键内容,这是硬货 1、新建spring配置文件,起名为applicationContext.xml,放在src/main/resources/spring目录下。 内容如下:<?xmlversion"1.0"encoding"UTF8"?<beansxmlns"http://www.sprin