You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/bed-allocation/README.md
+6-25Lines changed: 6 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Assign beds to patient stays to produce a better schedule for hospitals.
22
22
| Preferred patient equipment | Soft | Penalize when a patient's preferred equipment is not available in the assigned room. |
23
23
24
24
-[Run the application](#run-the-application)
25
-
-[Run the application with Timefold Solver Enterprise Edition](#run-the-application-with-timefold-solver-enterprise-edition)
25
+
-[Run the application with Enterprise Edition](#run-the-application-with-enterprise-edition)
26
26
-[Run the packaged application](#run-the-packaged-application)
27
27
-[Run the application in a container](#run-the-application-in-a-container)
28
28
-[Run it native](#run-it-native)
@@ -63,39 +63,20 @@ Then try _live coding_:
63
63
64
64
Notice that those changes are immediately in effect.
65
65
66
-
## Run the application with Timefold Solver Enterprise Edition
66
+
## Run the application with Enterprise Edition
67
67
68
68
For high-scalability use cases, switch to [Timefold Solver Enterprise Edition](https://docs.timefold.ai/timefold-solver/latest/enterprise-edition/enterprise-edition), our commercial offering.
69
-
[Contact Timefold](https://timefold.ai/contact) to obtain the credentials required to access our private Enterprise Maven repository.
70
-
71
-
1. Create `.m2/settings.xml` in your home directory with the following content:
72
-
73
-
```xml
74
-
<settings>
75
-
...
76
-
<servers>
77
-
<server>
78
-
<!-- Replace "my_username" and "my_password" with credentials obtained from a Timefold representative. -->
79
-
<id>timefold-solver-enterprise</id>
80
-
<username>my_username</username>
81
-
<password>my_password</password>
82
-
</server>
83
-
</servers>
84
-
...
85
-
</settings>
86
-
```
87
-
88
-
See [Settings Reference](https://maven.apache.org/settings.html) for more information on Maven settings.
69
+
[Contact Timefold](https://timefold.ai/contact) to obtain the commercial license.
89
70
90
-
2. Start the application with Maven:
71
+
1. Start the application with Maven:
91
72
92
73
```sh
93
74
$ mvn clean quarkus:dev -Denterprise
94
75
```
95
76
96
-
3. Visit [http://localhost:8080](http://localhost:8080) in your browser.
77
+
2. Visit [http://localhost:8080](http://localhost:8080) in your browser.
0 commit comments