文件名称: quarkus-bootstrap-runner-3.25.1.jar中文-英文对照文档.zip
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bootstrap-runner</artifactId>
<version>3.25.1</version>
</dependency>Gradle:
implementation group: 'io.quarkus', name: 'quarkus-bootstrap-runner', version: '3.25.1'
Gradle (Short):
implementation 'io.quarkus:quarkus-bootstrap-runner:3.25.1'
Gradle (Kotlin):
implementation("io.quarkus:quarkus-bootstrap-runner:3.25.1")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
io.quarkus.bootstrap.forkjoin
io.quarkus.bootstrap.graal
io.quarkus.bootstrap.logging
io.quarkus.bootstrap.naming
io.quarkus.bootstrap.runnerio.quarkus.bootstrap.forkjoin.QuarkusForkJoinWorkerThread
io.quarkus.bootstrap.forkjoin.QuarkusForkJoinWorkerThreadFactory
io.quarkus.bootstrap.graal.ImageInfo
io.quarkus.bootstrap.logging.EmptyLogContextConfigurator
io.quarkus.bootstrap.logging.InitialConfigurator
io.quarkus.bootstrap.logging.QuarkusDelayedHandler
io.quarkus.bootstrap.naming.DisabledInitialContext
io.quarkus.bootstrap.naming.DisabledInitialContextManager
io.quarkus.bootstrap.runner.ClassLoadingResource
io.quarkus.bootstrap.runner.DevModeMediator
io.quarkus.bootstrap.runner.JarFileReference
io.quarkus.bootstrap.runner.JarResource
io.quarkus.bootstrap.runner.ManifestInfo
io.quarkus.bootstrap.runner.QuarkusEntryPoint
io.quarkus.bootstrap.runner.RunnerClassLoader
io.quarkus.bootstrap.runner.SerializedApplication
io.quarkus.bootstrap.runner.Timing
io.quarkus.bootstrap.runner.VirtualThreadSupport