Gradleによるプロジェクトの作成
始める前に
以下が必要です。
- Java SE JDK 8以降
- MarkLogicサーバー(「バージョン互換性」を参照してください)
- Gradle 4.6以降
手順
タスクの結果
結果の例です。
##############################
# Your Data Hub Project is ready.
##############################
- Set username and password
There are several ways to do this.The easiest is to set mlUsername and mlPassword in gradle.properties.
For other approaches see: https://github.com/marklogic/marklogic-data-hub/wiki/Password-Management
- To deploy your application into MarkLogic...
gradle mlDeploy # this will bootstrap your application
gradle mlLoadModules # this will load your custom plugins into MarkLogic
- Full list of gradle tasks:
https://github.com/marklogic/marklogic-data-hub/wiki/Gradle-Tasks
- Curious about the project structure?
Look here: https://github.com/marklogic/marklogic-data-hub/wiki/Project-Directory-Structure
BUILD SUCCESSFUL
Total time: 1.932 secs
次のタスク
MarkLogicサーバーとの通信に使用するデータハブプラグインのユーザー名とパスワードを指定します。詳細は、Gradleによるセキュリティ資格情報の設定を参照してください。