GithubHelp home page GithubHelp logo

mutongliwansui / micro-service-sample Goto Github PK

View Code? Open in Web Editor NEW

This project forked from izzyxie2010/micro-service-sample

0.0 2.0 0.0 921 KB

micro-service-sample, based on spring boot

License: Apache License 2.0

Java 100.00%

micro-service-sample's Introduction

micro-service-sample

micro-service-sample, based on spring boot

including:

  1. mybatis and a plug-in for paging, named pageHelper
  2. multi database configuartions, primary db, slave db and read-only db
  3. a custom annotation used for dynamicaly chosing db from multi dbs
  4. using druid from alibaba as the datasource
  5. basically some demo filters and intercepters, definited by annotations
  6. a RequestLocaleResolver for internationality
  7. logging based on slf4j and logback, with customising the log format
  8. redis connection config and sample in unit test
  9. mongodb connection config and sample in unit test, with mongodb deployed on Replica Set way
  10. etcd, zookeeper
  11. this sample does not contains the jms and mq module, for i think the guildline of spring-boot is detailed enough, http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-messaging

deploying and running

  1. requires mongodb envriment and redis, java 8, maven 3
  2. packaging: mvn package, this cmd will run all the unit test, if u donot want to run the unit test, just run mvn package -DskipTests, the in target/ dir, u will find a jar file, just move this jar to any host with java 8, run the application: java -jar xx.jar
  3. locally, u can also run the application by: mvn spring-boot:run

micro-service-sample's People

Contributors

chxfantasy avatar

Watchers

James Cloos avatar  avatar

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.