Git Product home page Git Product logo

springboot's People

Contributors

dangnianchuntian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

springboot's Issues

zh-boot v1.0.0 Release

实战SpringBoot

1.Lombok

2.SpringMvc解析XML

3.SpringBoot Mybatis 添加多数据源

  • 功能:SpringBoot一个项目添加多个数据源,数据库连接池用的是高性能的HikariCP(springboot2.0以后的默认数据库连接池)

  • 包含模块:

    • OrderRequest:演示使用SpringMvc接收mobile参数
    • OrderController:演示效果的Controller
    • OrderServiceImpl:演示效果的Service
    • UserInfoMapper和OrderInfoMapper:演示效果的Mapper
    • UserDataSourceProperties和OrderDataSourceProperties:读取配置文件中配置的数据源属性值
    • UserDataSourceConfig和OrderDataSourceConfig:数据库操作
  • 启动项目并验证

     {
         "mobile":"17633201809"
     }
  • 博客地址:Java基础(十五):SpringBoot、Mybatis配置多数据源

4.SpringBoot整合Redis

  • 功能:SpringBoot中集成Redis操作

  • 包含模块:

    • RedisProperties:读取配置文件中配置Redis的属性值
    • RedisConfig:建立操作Redis的Template
    • OrderServiceImpl:演示效果的Service
    • RedisController:演示操作Redis效果
  • 启动项目并验证

  • 博客地址:Java基础(十六):SpringBoot整合Redis

5.SpringBoot增加健康检查

6.Redis Pipeline 轻松实现百倍性能提升

7.优雅替代if判断;提高系统的扩展性

报错,为什么

Wrapper.java中
public class Wrapper implements Serializable {

private Wrapper message(String message) {
this.setMessage(message);
this.setMessage, this.setResult等报错,没有这样的成员函数?

Spring Boot实战分页查询附近的人: Redis+GeoHash+Lua的入参bug无法解决

将代码原模原样clone下来运行的时候,用postman测试/list/nearby/people接口提醒如下error:
org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [0] in public java.lang.Object.com.zhanghan.zhnearbypeople.controller.GeoController.listNearByPeople(com.zhanghan.zhnearbypeople.controller.request.ListNearByPeopleRequest) with 3 errors: [Field error in object 'listNearByPeopleRequest' on field 'customerId': rejected value [null]; codes [NotNull.listNearByPeopleRequest.customerId,NotNull.customerId,NotNull.java.lang.String,NotNull]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [listNearByPeopleRequest.customerId,customerId]; arguments []; default message [customerId]]; default message [不能为null]] [Field error in object 'listNearByPeopleRequest' on field 'pageIndex': rejected value [null];

logstash.conf配置

方便的话 ,可以贴一下你的logstash.conf文件么,刚开始搭建这个,谢谢

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.