同步操作将从 Gitee 极速下载/OptaPlanner 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
To build and run from source:
$ mvn clean install -DskipTests $ cd optaplanner-examples $ mvn exec:java
To develop with IntelliJ IDEA, Eclipse or NetBeans, open the root pom.xml
as a new project
and configure a Run/Debug configuration like this:
Type: Application
Main class: org.optaplanner.examples.app.OptaPlannerExamplesApp
VM options: -Xmx2G -server
(memory only needed when using the big datasets in the examples)
Program arguments: (none)
Working directory: $MODULE_DIR$
(must resolve to optaplanner-examples directory)
Use classpath of module: optaplanner-examples
If you’re just starting out with OptaPlanner and want to contribute, take a look at our starter issues. They’re specifically chosen to be easier for first time contributors.
If you want to build or contribute to a kiegroup project, read this document.
It will save you and us a lot of time by setting up your development environment correctly. It solves all known pitfalls that can disrupt your development. It also describes all guidelines, tips and tricks. If you want your pull requests (or patches) to be merged into master, please respect those guidelines.
To consider any individual ticket "Done", following requirements must be satisfied:
Every change must go through PR; source code of both the feature/bugfix and its tests have been reviewed.
Documentation (if applicable) exists and has been reviewed.
There is test coverage proving the feature works and tests are passing.
In order to avoid introducing unstable features, the PR will be merged only after these points have been fulfilled. For PRs contributed by community the core team will assist with making the functionality meet these conditions.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。