书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 2517 个相关结果.
  • OSGi

    Kotlin 与 OSGi Maven Gradle FAQ 为什么不只是添加必需的清单选项到所有 Kotlin 库 Kotlin 与 OSGi 要启用 Kotlin OSGi 支持,你需要引入 kotlin-osgi-bundle 而不是常规的 Kotlin 库。 建议删除 kotlin-runtime 、 kotlin-stdlib ...
  • Java

    Java Prerequisites Import Dapr’s Java SDK Try it out More information Dapr Java SDK Workflow Java Prerequisites Dapr CLI installed Initialized Dapr environment JDK 11 ...
  • Building the code

    Using Maven Using Docker Docker in Vagrant Troubleshooting Using Maven To build from source, you need the following installed and available in your $PATH: Java 8 Apach...
  • Gson

    JSON support using Gson Basic usage Configuration JSON support using Gson The GSON feature allows you to handle JSON content in your application easily usingthe google-gson ...
  • Set up continuous integration

    Set Up continuous integration Set Up continuous integration Continuous integration systems let you automatically build and test your appevery time you check in updates to your ...
  • 使用sourceCompatibility 1.7

    7.4 使用sourceCompatibility 1.7 7.4 使用sourceCompatibility 1.7 基于 Android KitKat (buildToolsVersion 19)开发的时候,你能用 diamond operator, multi-catch, strings in switches, try with resou...
  • 部署说明

    部署说明 1. 前提条件 2. 注意事项 3. 拉取代码 4. 编译代码 5. 数据库初始化 5.1 新建数据库 5.2 修改脚本配置 5.3 运行数据库脚本 6. 服务配置及启停 6.1 服务配置修改 6.2 服务启停 6.3 查看日志 部署说明 1. 前提条件 序号 软件 1 FISCO-BCOS 2.0+ 2 WeBAS...
  • 运行 Web 应用

    Running your web application Running your web application 要启动Web工程,在项目中加入Jetty plugin即可: 例 9.2. 采用Jetty plugin启动web工程 build.gradle apply plugin : 'jetty' 由于Jetty plugin...
  • Logging

    Logging Logging Log 是构建的主要”UI”工具. 如果日志太过冗长, 那么真正的警告和问题会隐藏其中, 另一方面, 如果你出错了,你又需要搞清楚相关错误信息. Gradle 提供了6个等级的 log, 如表17.1.Logs Level 所示.出了那些你可能经常看到的, 还有两个是 Gradle 特定级别的日志,被称为QUIET和L...
  • 日志配置的内部机制

    4.7.2. 日志配置的内部机制 4.7.2. 日志配置的内部机制 最低版本7.2 该章节介绍 Logback 配置的内部运行机制,对排查问题很有帮助。 平台提供 LogbackConfigurator 类,作为 Configurator 的一个实现钩入标准的 Logback 初始化 过程 。 这个 Configurator 执行以下步骤...