书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 2517 个相关结果.
  • 定义新的资源集

    22.7.2.定义一个新的 source set 22.7.2.定义一个新的 source set 要定义一个新的源组, sourceSets {} 块中引用它.下面是一个例子: 例22.5.定义一个新的 source set build.gradle sourceSets { intTest } 当你定义一个新的 ...
  • 13.4.1 Microservices as GraalVM native images

    13.4.1 Microservices as GraalVM native images Getting Started with Micronaut and GraalVM Building a Native Image Using Docker Building a Native Image Without Using Docker Unders...
  • Kotlin

    Hello World - Kotlin Before you begin Recreating the sample code Build and deploy this sample Remove the sample app deployment Feedback Hello World - Kotlin A simple web a...
  • 部署说明

    部署说明 1. 前提条件 2. 注意事项 3. 拉取代码 4. 编译代码 5. 数据库初始化 5.1 新建数据库 6. 服务配置及启停 6.1 服务配置修改 6.2 服务启停 7. 访问 8. 查看日志 部署说明 1. 前提条件 序号 软件 1 FISCO-BCOS 2.7+ 2 WeBASE-Front 1.4.0+ 3 ...
  • Using libGDX With Scala

    Using libGDX and Scala with Gradle Using libGDX and Scala with SBT Setting up a new project Managing your project Using unit tests Using with popular IDEs Other resources S...
  • 19、运行您的应用

    19、运行您的应用 19.1、使用 IDE 运行 19.2、作为打包应用运行 19.3、使用 Maven 插件 19.4、使用 Gradle 插件 19.5、热交换 19、运行您的应用 将应用程序打包成 jar 可执行文件并使用嵌入式 HTTP 服务器的最大有点之一就是可以按照您想使用的其它方式来运行应用。调试 Spring Boot 也...
  • Jenkins Slaves

    Jenkins Agents Overview Images Configuration and Customization Environment Variables Usage Memory Requirements Gradle builds Jenkins Agents You are viewing documentation...
  • Chapter 5. Troubleshooting 问题解决

    Chapter 5. Troubleshooting 问题解决 5.1. Working through problems 处理问题 5.2. Getting help 获取帮助 Chapter 5. Troubleshooting 问题解决 本章未完,还在进行中 当你在使用 Gradle 途中有任何问题,请看本章如何解决 5.1. Wo...
  • Chapter 5. Troubleshooting 问题解决

    Chapter 5. Troubleshooting 问题解决 5.1. Working through problems 处理问题 5.2. Getting help 获取帮助 Chapter 5. Troubleshooting 问题解决 本章未完,还在进行中 当你在使用 Gradle 途中有任何问题,请看本章如何解决 5.1. Wo...
  • 20. 开发者工具

    20. 开发者工具 20. 开发者工具 Spring Boot包含了一些额外的工具集,用于提升Spring Boot应用的开发体验。spring-boot-devtools 模块可以included到任何模块中,以提供development-time特性,你只需简单的将该模块的依赖添加到构建中: Maven <dependencies> ...