Giter Site home page Giter Site logo

changsongyang / j360-framework-parent Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xuminwlt/j360-framework-parent

0.0 1.0 0.0 119 KB

j360-framework 微服务通用核心构建框架,0基础快速构建Spring Boot,Dubbo RPC,Shiro,Common Util,SocketIO,Boot-Starters

License: Apache License 2.0

Java 100.00%

j360-framework-parent's Introduction

j360-framework

License Build Status

How to Use

使用github repo

<repositories>
        <repository>
            <id>maven-repo-github-releases</id>
            <url>https://raw.github.com/xuminwlt/github-repo/master/releases</url>
        </repository>
        <repository>
            <id>maven-repo-github-snapshots</id>
            <url>https://raw.github.com/xuminwlt/github-repo/master/snapshots</url>
        </repository>
</repositories>

或者使用jit repo

<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>
<dependency>
	    <groupId>com.github.xuminwlt</groupId>
	    <artifactId>j360-framework-base</artifactId>
	    <version>1.0</version>
</dependency>

或者使用私服 maven:deploy

<distributionManagement>
        <repository>
            <id>nexus</id>
            <name>Packaging Release Repository</name>
            <url>http://xxx.xxx.xxx.xxx/nexus/content/repositories/releases</url>
        </repository>
        <snapshotRepository>
            <id>nexus</id>
            <name>Packaging Snapshot Repository</name>
            <url>http://xxx.xxx.xxx.xxx/nexus/content/repositories/snapshots</url>
        </snapshotRepository>
    </distributionManagement>

Modules

  • j360-base: 二方Base库,用于同一相关规范,二方包精简去除外部无关依赖
  • j360-core: 核心lib: 工具包, 依赖vjtool
  • j360-common: 通用类, 用于简化一方工程构建和优化程序, 定位三方依赖库
  • j360-boot-starts: TODO, 快速构建Spring Boot Configuration
  • j360-boot-starts-web: TODO, 进一步快速构建Spring Boot Web Configuration
  • example-web: Shiro Example(Shiro + jwt + redis)

Samples

j360-boot-app-all

https://github.com/xuminwlt/j360-boot-app-all

j360-framework-parent's People

Contributors

xuminwlt avatar

Watchers

 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.