书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 2603 个相关结果.
  • 13.3.1 Kotlin, Kapt and IntelliJ

    13.3.1 Kotlin, Kapt and IntelliJ 13.3.1 Kotlin, Kapt and IntelliJ As of this writing IntelliJ’s built-in compiler does not directly support Kapt and annotation processing. You ...
  • 5.3 Creating Custom Commands

    5.3 Creating Custom Commands 5.3 Creating Custom Commands You can create your own commands by running the create-command command from the root of your project. For example the...
  • 启动构建任务

    4.3.4. 启动构建任务 4.3.4. 启动构建任务 构建脚本中定义的 Gradle 任务可以通过如下方式启动: 如果是在 CUBA Studio 中使用项目,很多从 CUBA 主菜单执行的命令都实际上代理给 Gradle 任务:Build Tasks 菜单下的所有命令,以及 Start/Stop/Restart Application S...
  • Chapter 7. Java Quickstart 快速开始 Java

    1314 2018-03-22 《Gradle 3 用户指南》
    Chapter 7. Java Quickstart 快速开始 Java 7.1. The Java plugin 关于 Java 插件 7.2. A basic Java project 基本的 Java 项目 7.2.1. Building the project 构建项目 7.2.2. External dependencies 外部依赖 7.2...
  • Set up

    Set up Java client Step 1: Install Java client library Maven Gradle Pulsar BOM Maven Gradle Spring Boot Spring Boot using Maven Spring Boot using Gradle Step 2: Connect to...
  • Build Tools

    Java build tools in VS Code Maven Exploring Maven project Resolve unknown type Working with POM.xml Execute Maven commands and goals Generate project from Maven Archetype Gra...
  • 2.2 应用程序版HelloWorld

    1771 2019-03-05 《Kotlin极简教程》
    2.2 应用程序版HelloWorld 2.2 应用程序版HelloWorld 我们如果想拥有学习Kotlin的相对较好的体验,就不建议使用eclipse了。毕竟Kotlin是JetBrains家族的亲儿子,跟Intelli IDEA是血浓于水啊。 我们使用IDEA新建gradle项目,选择Java,Kotlin(Java)框架支持,如下图: ...
  • 跳过 tasks

    跳过 tasks 1. 使用判断条件 (predicate) 2. 使用 StopExecutionException 3. 激活和注销 tasks 跳过 tasks Gradle 提供了好几种跳过一个任务的方式. 1. 使用判断条件 (predicate) 你可以使用 onlyIf() 方法来为一个任务加入判断条件. 就和 Java 里...
  • Jenkins实现Kubernetes部署流水

    Jenkins实现Kubernetes部署流水线 准备工作 构建脚本 Jenkins实现Kubernetes部署流水线 在Agent定制环境准备好后,我们将构建完整的部署流水线。 根据我们选用的技术栈,部署流水线划分为如下阶段: checkout代码 gradle编译 构建Docker镜像、推送到镜像服务器 发布到Kubernet...
  • 13.1.3 Using Project Lombok

    13.1.3 Using Project Lombok 13.1.3 Using Project Lombok Project Lombok is a popular java library that adds a number of useful AST transformations to the Java language via anno...