Skip to content

yoooonn/tranquil

Repository files navigation

tranquil

Java convenient and efficient components.

Important
若对asciidoc的支持差, 本文档会出现未渲染的情况. 可clone此repo到本地, 并生成html和pdf版本文档进行查看, 通过: git clone -b 1.x REPO.git && cd tranquil && ./utils/process-asciidoc.sh. 以上, 则文档生成在target/generated-docs/

1. version compatible

Tranquil Spring Boot

1.0.0*

2.3.12.RELEASE

使用tranquil, 可以导入版本bom:

pom.xml
<dependencyManagement>
  <dependencies>
    <!-- ... -->
    <dependency>
      <groupId>com.ycourlee.tranquil</groupId>
      <artifactId>tranquil-dependencies</artifactId>
      <version>${tranquil-latest.version}</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
    <!-- ... -->
  </dependencies>
</dependencyManagement>
Important
tranquil-latest.version: 1.0.0-SNAPSHOT

随后再引入相应的组件

3. pull request

项目提供较完整的CI/CD脚本(in utils), 可以利用这些进行本地化工作. 后续也会引入gitlab的pipeline.

4. issue

如发现任何问题, 欢迎指出. 提issue时请选择bug template, 它会收集一些问题相关的描述.

About

Java convenient and efficient components.

Resources

License

Stars

Watchers

Forks

Packages

No packages published