Giter Club home page Giter Club logo

Comments (9)

btbox avatar btbox commented on June 13, 2024 2
<distributionManagement>
		<snapshotRepository>
			<id>ossrh</id>
			<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
		</snapshotRepository>
		<repository>
			<id>ossrh</id>
			<url>https://s01.oss.sonatype.org/content/repositories/releases</url>
		</repository>
</distributionManagement>
  • 去掉就可以下载了

from ngbatis.

CorvusYe avatar CorvusYe commented on June 13, 2024 1

如果不行的话,可以试试改把配置改成下面的

-            <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+           <url>https://s01.oss.sonatype.org/content/repositories/releases</url>

第一次尝试还不确定哪个版本能用,本地环境也不好确定是哪个起作用。
如果可以的话,能不能给我个反馈,非常感谢。
@hejiahuichengxuyuan

from ngbatis.

CorvusYe avatar CorvusYe commented on June 13, 2024 1

Docs on three topics in Chinese have been published

By Custom nGQL
Param Usage
Result Mapping

from ngbatis.

CorvusYe avatar CorvusYe commented on June 13, 2024 1

@hejiahuichengxuyuan
你本地maven仓库应该会有一个之前没下载成功的空包,先把空包删掉再试试。

from ngbatis.

wey-gu avatar wey-gu commented on June 13, 2024

不是你的问题,我们上传 maven 遇到了问题,不知道为什么没能发布成功o(╥﹏╥)o

from ngbatis.

wey-gu avatar wey-gu commented on June 13, 2024

3da397b#commitcomment-80776386

from ngbatis.

wey-gu avatar wey-gu commented on June 13, 2024

Now with the release/maven publican being fixed by @CorvusYe , could you retry?

from ngbatis.

btbox avatar btbox commented on June 13, 2024

@CorvusYe 首先谢谢你的回复,但是还是无法下载。

from ngbatis.

wey-gu avatar wey-gu commented on June 13, 2024

嗯嗯,这样呢?

参考:https://mvnrepository.com/artifact/org.nebula-contrib/ngbatis/1.1.0-beta

<!-- https://mvnrepository.com/artifact/org.nebula-contrib/ngbatis -->
<dependency>
    <groupId>org.nebula-contrib</groupId>
    <artifactId>ngbatis</artifactId>
    <version>1.1.0-beta</version>
</dependency>
<dependency>
    <groupId>org.nebula-contrib</groupId>
    <artifactId>ngbatis</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.1.0-beta</version>
</dependency>

from ngbatis.

Related Issues (20)

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.