Spring Operator
|
12a675e045
|
URL Cleanup.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 134 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0.html with 1 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html) result 200).
Resolves gh-30.
|
2019-04-29 16:14:29 -07:00 |
|
John Blum
|
c8b4c3702e
|
Switch dependencies from spring-geode-starter & spring-geode-actuator-autoconfigure to spring-geode-starter-actuator.
|
2019-04-29 16:14:29 -07:00 |
|
John Blum
|
4ba70b6e8f
|
Declare the mainClassName property for bootJar.
|
2019-04-29 16:14:29 -07:00 |
|
John Blum
|
6f721538cb
|
Add client member to the 'TemperatureMonitors' group.
Set the client member name to 'TemperatureMonitoringService'.
|
2019-04-29 16:14:29 -07:00 |
|
John Blum
|
ed9b8e0c7a
|
Add server member to the 'TemperatureSensors' group.
Enable statistics.
Enable statistics on the '/TemperatureReadings' Region.
|
2019-04-29 16:14:29 -07:00 |
|
John Blum
|
19f5785350
|
Add sample demonstrating the use of Spring Boot Actuator with Apache Geode.
|
2019-04-29 16:14:29 -07:00 |
|