yinjihuan / monkey-api-encrypt

monkey-api-encrypt是对基于Servlet的Web框架API请求进行统一加解密操作
Apache License 2.0
793 stars 346 forks source link

我在maven的setting.xml里面配置了仓库,在pom文件里面加入,还是找不到 #13

Closed YangSimon closed 5 years ago

YangSimon commented 5 years ago

`

jitpack.io https://jitpack.io

`

`

    <!-- https://github.com/yinjihuan/spring-boot-starter-encrypt -->
    <dependency>
        <groupId>com.cxytiandi</groupId>
        <artifactId>spring-boot-starter-encrypt</artifactId>
        <version>1.0</version>
    </dependency>`

Dependency 'com.cxytiandi:spring-boot-starter-encrypt:1.0' not found less... (Ctrl+F1) Inspection info: Inspects a Maven model for resolution problems.

yinjihuan commented 5 years ago

你看下我的描述呀,maven仓库中的groupId跟源码中不一样:

<dependency>
    <groupId>com.github.yinjihuan</groupId>
    <artifactId>spring-boot-starter-encrypt</artifactId>
    <version>1.0</version>
</dependency>
YangSimon commented 5 years ago
    <dependency>
        <groupId>com.cxytiandi</groupId>
        <artifactId>spring-boot-starter-encrypt</artifactId>
        <version>1.0.0</version>
    </dependency>

我在pom里面添加这个,一样也是找不到 Dependency 'com.cxytiandi:spring-boot-starter-encrypt:1.0.0' not found less... (Ctrl+F1) Inspection info: Inspects a Maven model for resolution problems.

yinjihuan commented 5 years ago

groupId是com.github.yinjihuan