| 程序包 | 说明 |
|---|---|
| com.wix.mysql.config |
| 限定符和类型 | 方法和说明 |
|---|---|
static DownloadConfig.Builder |
DownloadConfig.aDownloadConfig() |
DownloadConfig.Builder |
DownloadConfig.Builder.withBaseUrl(String baseUrl)
base url override that defaults to "https://dev.mysql.com/get/Downloads" where actual mysql binary path must conform to
what mysql provides (or otherwise is stored in ~/.embedmysql) - ex. https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.18-macos10.12-x86_64.dmg
|
DownloadConfig.Builder |
DownloadConfig.Builder.withCacheDir(String cacheDir)
Download cache location override that by default is set to '~/.embedmysql'.
|
DownloadConfig.Builder |
DownloadConfig.Builder.withDownloadCacheDir(String downloadCacheDir)
已过时。
in favor of withCacheDir
|
DownloadConfig.Builder |
DownloadConfig.Builder.withProxy(de.flapdoodle.embed.process.config.store.IProxyFactory proxy) |
Copyright © 2020. All rights reserved.