Coder Social home page Coder Social logo

driftmark / ogtwelveutilpack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ogtwelve/ogtwelveutilpack

0.0 0.0 0.0 154 KB

OGtwelve's util pack: contains many different util might used in real life develop situation

License: Apache License 2.0

Java 100.00%

ogtwelveutilpack's Introduction

The use of tools

How to use my global time converter in spring boot application:

1. maven dependency (currently only central Maven repository have this dependency, haven't add to Aliyun repository)

<dependency>
    <groupId>cn.com.ogtwelve</groupId>
    <artifactId>OGTwelveUtilPack</artifactId>
    <version></version> <!--See whats the newest version is;-->
</dependency>

2. just add one scan at the starter:

@SpringBootApplication(scanBasePackages = "cn.com.ogtwelve.utils")

Version infos

v1.0.0-v1.0.2: Import basic utils;

v1.0.3: Make the project's global time can be format into any style we desire;

v1.0.4-v1.0.5: The date class under org.joda.time can be transformed as well;

v1.0.6: Current can transform these date type:
   [  java.util.Date , java.time.LocalDate , java.time.LocalDateTime , java.time.Instant , java.util.Calender , org.joda.time.LocalDate ,    org.joda.time.LocalDateTime , org.joda.time.Instant  ]

v1.0.7: Add serializer & deserializer to [org.joda.time.DateTime] class

v1.0.8: ProcShell.java: Add method for execute multi-line of CMD command;
   Also add dependencies for slf4j and log4j

v1.0.9: Add a autoconfiguration for the time converter;

v1.1.0: Patch up for autoconfig bugs in version 1.0.9;

v1.1.1: Nothing added;

v1.1.2: Deprecate the GlobalTimeConverter and removed getConversionService method in GlobalTimeConfig

v1.1.3: Remove autoconfiguration settings, set the version back to 1.0.8

At last

❤️Please fire away all the ideas u have for this project;

🙇‍♂️Thank u guys for the stars and forks, welcome to take part in this project;

💪Wish each and every one of u guys can be better than ur former self;

ogtwelveutilpack's People

Contributors

ogtwelve avatar ancleb 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.