Spring Operator 58beb73995 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).

# Fixed URLs

## Fixed Success
These URLs were fixed successfully.

* http://repo.spring.io/milestone migrated to:
  https://repo.spring.io/milestone ([https](https://repo.spring.io/milestone) result 302).
* http://repo.spring.io/snapshot migrated to:
  https://repo.spring.io/snapshot ([https](https://repo.spring.io/snapshot) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/maven-v4_0_0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-06 16:29:11 -05:00
2018-02-09 10:42:47 -05:00
2018-04-16 17:07:11 -04:00
2019-03-06 16:29:11 -05:00
2018-02-07 17:26:34 -05:00

Spring Web Flow Samples

This is the official samples repository for the Spring Web Flow project.

From a sample sub-directory, use mvn jetty:run to run a server, or mvn package to build a war.

Description
No description provided
Readme 726 KiB
Languages
CSS 45.1%
HTML 29.6%
Java 25.3%