朱宏亮
  • 首页
  • 说明

标签: <span>springboot</span>

mysql8时区设置,springboot,mybatis连接jdbc时区设置,jackson时区设置

2020年4月25日 朱宏亮 Spring jackson, Mybatis, mysql, springboot, 时区

首先看一下mysql的配置default-time-zone 字段: mysqld 配置:default-ti […]

Read more

springboot2.1.8+elasticsearch7.3.2(六),删除DeleteRequest

2019年9月21日 朱宏亮 elasticsearch, Spring DeleteRequest, elasticsearch, elasticsearch-rest-high-level-client, springboot, 删除, 批量删除

我的DEMO项目下载:https://gitee.com/zhuhongliang/soringboot_el […]

Read more

springboot2.1.8+elasticsearch7.3.2(五),更新UpdateRequest

2019年9月21日 朱宏亮 elasticsearch, Spring BulkRequest, elasticsearch, elasticsearch-rest-high-level-client, springboot, update, UpdateRequest, 批量更新, 更新

我的DEMO项目下载:https://gitee.com/zhuhongliang/soringboot_el […]

Read more

springboot2.1.8+elasticsearch7.3.2(四),查询文档

2019年9月21日 朱宏亮 elasticsearch, Spring elasticsearch, elasticsearch-rest-high-level-client, ik, ik中文分词, Spring, springboot, 查询

我的DEMO项目下载:https://gitee.com/zhuhongliang/soringboot_el […]

Read more

springboot2.1.8+elasticsearch7.3.2(二),pom.xml文件和ik中文分词插件的使用以及创建索引代码

2019年9月21日 朱宏亮 elasticsearch, Spring elasticsearch, high-level-client, ik中文分词, mapping, springboot

我的DEMO项目下载:https://gitee.com/zhuhongliang/soringboot_el […]

Read more

springboot2.1.8+elasticsearch7.3.2(一),下载安装elasticsearch+kibana

2019年9月20日 朱宏亮 elasticsearch, Spring 7.3.2, elasticsearch, ik中文分词, kibana, springboot

我的DEMO项目下载:https://gitee.com/zhuhongliang/soringboot_el […]

Read more

linux下git,maven自动编译部署springboot项目

2019年9月12日 朱宏亮 git, jar, java, linux, Spring git, maven, springboot, 自动化部署, 自动打包

首先安装git和maven,设置好git的账号密码保证可以pull代码。 创建文件: touch test.s […]

Read more

docker镜像上传到阿里仓库,并在服务器pull拉取运行

2019年9月8日 朱宏亮 docker, Spring docker, pull, push, springboot, 上传镜像, 镜像仓库, 镜像日志

阿里云的镜像仓库目前免费。可以设置私有或者公开。 如图,在弹性计算分类中: 进去按照步骤申请命名空间和镜像。 […]

Read more

springboot,Docker构建镜像

2019年9月8日 朱宏亮 docker, Spring com.spotify, docker, docker-maven-plugin, Exception caught, springboot, 构建镜像, 镜像

我的本地开发环境是win10。本篇分享制作镜像,下一篇分享一下将镜像push到阿里云镜像仓库的操作。 网上有很 […]

Read more

springboot+zipkin 学习demo,跟踪微服务的调用过程

2019年9月5日 朱宏亮 Spring spring-cloud-starter-zipkin, springboot, zipkin, zipkin-server, 微服务调用过程, 调用过程

springboot添加zipkin是非常简单的。 demo下载地址:https://gitee.com/zh […]

Read more

springboot+mybatis,多数据源动态切换,读写分离demo

2019年9月4日 朱宏亮 MyBatis, MySql, Spring AbstractRoutingDataSource, Mybatis, springboot, 动态切换, 多数据源, 多数据源动态切换, 读写分离

思路还是继承 org.springframework.jdbc.datasource.lookup.Abstr […]

Read more

springboot+mybatis+sharding-jdbc,多数据源读写分离学习

2019年9月4日 朱宏亮 MyBatis, MySql, Spring Mybatis, sharding-jdbc, springboot, 多数据源, 读写分离

在springboot+mybatis下用sharding-jdbc做多数据源读写分离是一件特别简单的事情。 […]

Read more

mysql5.7,mysql8操作Json数据,spring,mybatis,源码下载

2019年9月1日 朱宏亮 MyBatis, MySql, Spring @Result, @Results, BaseTypeHandler, mysql json, mysql5.7, mysql8, springboot, typeHandler

mysql5.7开始支持json数据操作,用springboot+mybatis操作特别方便,和mongodb […]

Read more

spring boot mvc feign hystrix并发设置

2019年8月22日 朱宏亮 Spring, SpringMVC, Tomcat feign, hystrix, Spring, spring mvc, springboot, tomcat, 并发, 并发设置

spring boot mvc feign hystrix 在做并发设置的时候需要调整一下几个属性,剩下的就是 […]

Read more

springcloud 多模块项目 feign不生效,解决方案

2019年6月27日 朱宏亮 Spring feign, feign不生效, springboot, springcloud

多模块项目中,api、service、controller三个模块分离。 在用controller调用api模 […]

Read more

idea springboot maven多模块 install 程序包 找不到,解决方案

2019年6月25日 朱宏亮 Spring install, maven, springboot, springcloud, 多模块, 程序包找不到

  遇到的问题:maven打包的时候提示找不到程序包,或者即使打包成功了,在运行时也会提示少文件之类 […]

Read more

分类目录

标签

ActiveMQ (4) annotation (4) apache (4) Eclipse (3) elasticsearch (6) elasticsearch-rest-high-level-client (3) feign (2) git (4) ik中文分词 (3) IntelliJ (2) java (18) java使用redis (2) jdbc (6) jedis-2.9.0.jar (2) jsp (2) kafka (4) kafka_2.11-1.0.0 (2) linux (9) maven (3) Mybatis (8) mysql (9) mysql5.7 (2) nginx (6) php (3) Redis (3) redis-4.0.6 (2) Spring (13) spring-data-commons-2.0.1.jar (2) spring-data-redis-1.8.3.jar (2) spring-kafka (2) spring4.3.13 (3) springboot (16) springcloud (2) Springmvc (3) spring整合redis (2) tomcat (3) zookeeper (2) 反向代理 (2) 启动报错 (2) 安装 (3) 控制反转 (4) 数据注入 (3) 注解 (3) 缓存 (2) 项目路径 (2)

近期评论

  • 朱宏亮发表在《kafka启动报错:另一个程序正在使用此文件,进程无法访问。》
  • zero发表在《kafka启动报错:另一个程序正在使用此文件,进程无法访问。》
  • 朱宏亮发表在《kafka启动报错:另一个程序正在使用此文件,进程无法访问。》
  • 张云飞发表在《kafka启动报错:另一个程序正在使用此文件,进程无法访问。》
  • truman发表在《kafka启动报错:另一个程序正在使用此文件,进程无法访问。》
  • 1发表在《service nginx start|stop|reload 报错:Failed to reload nginx.service: Unit not found.【解决方案】》
  • 朱宏亮发表在《使用git上传项目,第一次只需要八个命令》
  • 阿汇发表在《使用git上传项目,第一次只需要八个命令》

功能

  • 登录
  • 条目feed
  • 评论feed
  • WordPress.org

分类目录

标签

ActiveMQ (4) annotation (4) apache (4) Eclipse (3) elasticsearch (6) elasticsearch-rest-high-level-client (3) feign (2) git (4) ik中文分词 (3) IntelliJ (2) java (18) java使用redis (2) jdbc (6) jedis-2.9.0.jar (2) jsp (2) kafka (4) kafka_2.11-1.0.0 (2) linux (9) maven (3) Mybatis (8) mysql (9) mysql5.7 (2) nginx (6) php (3) Redis (3) redis-4.0.6 (2) Spring (13) spring-data-commons-2.0.1.jar (2) spring-data-redis-1.8.3.jar (2) spring-kafka (2) spring4.3.13 (3) springboot (16) springcloud (2) Springmvc (3) spring整合redis (2) tomcat (3) zookeeper (2) 反向代理 (2) 启动报错 (2) 安装 (3) 控制反转 (4) 数据注入 (3) 注解 (3) 缓存 (2) 项目路径 (2)

近期评论

  • 朱宏亮发表在《kafka启动报错:另一个程序正在使用此文件,进程无法访问。》
  • zero发表在《kafka启动报错:另一个程序正在使用此文件,进程无法访问。》
  • 朱宏亮发表在《kafka启动报错:另一个程序正在使用此文件,进程无法访问。》
  • 张云飞发表在《kafka启动报错:另一个程序正在使用此文件,进程无法访问。》
  • truman发表在《kafka启动报错:另一个程序正在使用此文件,进程无法访问。》
  • 1发表在《service nginx start|stop|reload 报错:Failed to reload nginx.service: Unit not found.【解决方案】》
  • 朱宏亮发表在《使用git上传项目,第一次只需要八个命令》
  • 阿汇发表在《使用git上传项目,第一次只需要八个命令》

功能

  • 登录
  • 条目feed
  • 评论feed
  • WordPress.org
All rights reserved | Draco theme by Webpsilon