自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (3)
  • 收藏
  • 关注

原创 tomcat部署

1.server.xml --> 可以部署多个项目, 最好在path=""加上访问路径. 2.直接将war包丢到webapps文件下面. 这里的包名就相当于 中的path值. 3.改默认启动路径.

2016-07-15 14:39:24 173

原创 spring boot + jsp

创建一个spring boot + jsp的工程   1.   首先创建一个maven工程boot-Spring-web: 整体目录结构: 2.   在pom文件导入以下依赖, 然后会自动导入相应的包: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.or

2016-07-07 12:38:13 286

原创 spring boot mybatis连接数据库

Mybatis spring boot(连接数据库)   创建maven工程mybatis-spring-boot-1: 工程结构:   添加以下依赖: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sche

2016-07-07 12:19:17 540

原创 spring boot 内嵌数据库

Mybatis + spring boot(内嵌数据库)   1.   创建一个maven工程mybatis-spring-boot: 2.   工程结构: 3.   添加以下依赖:   project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-i

2016-07-07 11:54:49 3067

原创 dubbo + spring boot

boot-dubbo-server(dubbo服务) boot-dubbo-tclinet(dubbo调用)   创建maven项目:boot-dubbo-server(服务)和boot-dubbo-tclinet(调用). 添加依赖boot-dubbo-server: pom.xml project xmlns="http://maven.apache.org/POM/4.0.0

2016-07-07 11:25:58 266

原创 dubbo 学习笔记

dubbo用法: 本地服务:(Spring配置) local.xml bean id=“xxxService” class=“com.xxx.XxxServiceImpl” />   bean id=“xxxAction” class=“com.xxx.XxxAction”>     property name=“xxxService” r

2016-07-06 14:13:18 323

定时器流程

定时器抽取指标及定时器补偿流程

2016-08-24

spring boot项目

spring boot 快速搭建项目及基础配置

2016-07-07

spring boot

spring boot 快速搭建及基础操作

2016-07-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除