书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 2517 个相关结果.
  • 2.2 Creating a Server Application

    2.2 Creating a Server Application 2.2 Creating a Server Application Although not required to use Micronaut, the Micronaut CLI is the quickest way to create a new server applica...
  • Kotlin 1.5.20

    Kotlin 1.5.20 的新特性 Kotlin/JVM 通过 invokedynamic 字符串连接 JSpecify 可空性注解的支持 支持在 Kotlin 与 Java 代码都有的模块中调用 Java 的 Lombok 所生成代码 Kotlin/Native 将 KDoc 注释导出到所生成的 Objective-C 头文件的选择加入项 编译...
  • 3 Inversion of Control

    3 Inversion of Control 3 Inversion of Control When most developers think of Inversion of Control (also known as Dependency Injection and referred to as such from this point onw...
  • Self-Signed Certificate

    Using a Self-Signed Certificate Create the certificate using gradle CertificateGenerator.kt build.gradle The HOCON application.conf configuration file Ktor normal module Acces...
  • Java 插件

    Java 插件 Java 插件 如你所见,Gradle 是一种多用途的构建工具.它可以在你的构建脚本里构建任何你想要实现的东西.但前提是你必须先在构建脚本里加入代码,不然它什么都不会执行. 大多数 Java 项目是非常相似的:你需要编译你的 Java 源文件,运行一些单元测试,同时创建一个包含你类文件的 JAR.如果你可以不需要为每一个项目重复执行...
  • 全开放编译器插件

    全开放编译器插件 Gradle Maven Spring support Command-line compiler 全开放编译器插件 Kotlin has classes and their members final by default, which makes it inconvenient to use frameworks and...
  • 库工程发布

    4.3.4 库工程发布 4.3.4 库工程发布 默认情况下库工程只能发布 release 版本。这个版本用于所有工程的引用,和工程本身要构建什么样的版本无关。这是属于 Gradle 的限制,我们正在努力消除这个限制。 你可以通过如下方式控制发布的各种版本 android { defaultPublishConfig "debug"...
  • Jackson

    Jackson Add Dependencies Register the Jackson Converter Jackson ContentNegotiation provides the built-in Jackson converter for handing JSON data in your application. Ad...
  • Configuration

    Configuration Configuration Configuring Spring-Loaded requires the agent JAR file to be downloaded on your system, and configured to be loaded as a javaagent by the build tool...
  • 17.4.2 JRebel

    17.4.2 JRebel 17.4.2 JRebel JRebel is a proprietary reloading solution that involves an agent library, as well as sophisticated IDE support. The JRebel documentation includes d...