Lycokie / OGTwelveUtilPack

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;

About

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

License:Apache License 2.0


Languages

Language:Java 100.0%