Coder Social home page Coder Social logo

Comments (3)

chenssy89 avatar chenssy89 commented on August 24, 2024

目前功能还不够强大,等功能足够强大了,再来搞吧!要靠你们来完善了

from jutils.

lifedever avatar lifedever commented on August 24, 2024

目前已暂时放到了自己在Github上搭建的Maven私服里,使用方法:

  • 配置仓库链接
<repositories>
    <repository>
        <id>haoch-maven-snapshot-repository</id>
        <name>haoch-maven-snapshot-repository</name>
        <url>https://raw.github.com/gefangshuai/maven/master/</url>
    </repository>
</repositories>
  • 引入项目:
<dependency>
    <groupId>com.jutils</groupId>
    <artifactId>jutils</artifactId>
    <version>0.0.1-SNAPSHOT</version>
</dependency>

from jutils.

chenssy89 avatar chenssy89 commented on August 24, 2024

私人仓库可以放!感觉maven仓库还不行啊!有很多功能需要完善。同时也缺少很多工具类,比如xml解析、json解析,xml到map、map到xml、xml到bean、bean到xml、map到bean、bean到map,网络方面的等等。同时也有一些规范没有做好!总之这个还是存在很多可有扩展、优化的地方!如果交给我具体来做的,估计要到明年了。今年有其他的任务!

from jutils.

Related Issues (13)

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.