GithubHelp home page GithubHelp logo

maven-repo's Introduction

# Qgrid 公共项目代码

公共代码通过 Github 来做 maven 仓库

## 使用方法

`pom.xml` 里面添加新的 maven 仓库

```
<repositories>
    <repository>
        <id>john-maven-repo</id>
        <url>https://raw.githubusercontent.com/zhaoxuan/maven-repo/master/repository</url>
    </repository>
</repositories>
```

添加新的依赖,修改使用的版本

```
<dependencies>
    <dependency>
        <groupId>com.qgrid</groupId>
        <artifactId>common-core</artifactId>
        <version>${common-core.version}</version>
    </dependency>
</dependencies>
```

## 配置文件

`hanlp.properties` 是 HanLP 使用的配置文件,公共代码已经去掉了这个配置,所以引用的项目必须在 `src/main/resources` 里面加入配置,并且修改 `root` 的位置。

`common.properties` 是 CommonCore 的配置文件,公共代码已经去掉了这个配置,所以引用的项目必须在 `src/main/resources` 里面加入配置。

## 部署到 Github

1.执行 ./bin/deploy

2.提交 repository 目录下面所有的文件和目录到 Github 上面

maven-repo's People

Contributors

zhaoxuan 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.