Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

URL Cleanup #22

Open
wants to merge 1 commit into
base: issue-111
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you want to start this application on your own AWS environment you just need

The stack needs a while to start (around 15 to 20 minutes). Once it is complete, you can copy the public DNS address
of the created EC2 instance and open it in your browser with port 8080.
For example http://ec2-54-72-102-202.eu-west-1.compute.amazonaws.com:8080.
For example https://ec2-54-72-102-202.eu-west-1.compute.amazonaws.com:8080.

## Running the application locally ##
**Please note that you need a running stack on AWS to run it locally!**
Expand Down Expand Up @@ -54,6 +54,6 @@ Once you created the properties file you can start the application using the fol
[Spring Boot documentation] [Run-Spring-Boot] to see all the possibilities.

[Spring-Cloud-AWS]: https://github.com/spring-cloud/spring-cloud-aws
[Run-Spring-Boot]: http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-running-your-application
[Run-Spring-Boot]: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-running-your-application
[AWS-Security-Credentials]: https://portal.aws.amazon.com/gp/aws/securityCredentials
[Amazon-IAM]: https://aws.amazon.com/iam/
2 changes: 1 addition & 1 deletion src/main/resources/static/lib/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/static/lib/js/angular-route.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/main/resources/static/lib/js/angular.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/resources/static/lib/js/sockjs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/resources/static/pages/ec2.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h1>EC2 Support</h1>

<p>This showcase demonstrates the main features provided by the EC2 support in Spring Cloud AWS.</p>

<p><a href="http://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html#_cloud_environment" target="_blank" class="btn btn-primary btn-lg" role="button">Learn more »</a></p>
<p><a href="https://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html#_cloud_environment" target="_blank" class="btn btn-primary btn-lg" role="button">Learn more »</a></p>
</div>
<div class="panel panel-primary" ng-controller="Ec2Ctrl as ec2">
<div class="panel-heading">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/pages/elasticache.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h1>ElastiCache Support</h1>

<p>This showcase demonstrates the main features provided by the ElastiCache support in Spring Cloud AWS.</p>

<p><a href="http://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html#_caching" target="_blank" class="btn btn-primary btn-lg" role="button">Learn more »</a></p>
<p><a href="https://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html#_caching" target="_blank" class="btn btn-primary btn-lg" role="button">Learn more »</a></p>
</div>

<div class="panel panel-primary" ng-controller="ElastiCacheCtrl as elastiCache">
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/static/pages/home.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ <h1>Spring Cloud AWS</h1>
</div>
<p>This reference application is a showcase of all main features supported by Spring Cloud AWS.</p>

<p><a href="http://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html" target="_blank" class="btn btn-primary btn-lg" role="button">Learn more »</a></p>
<p><a href="https://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html" target="_blank" class="btn btn-primary btn-lg" role="button">Learn more »</a></p>
</div>
<div class="row">
<div class="col-sm-12">
<p class="lead">
This reference application is backed up by a <a href="http://aws.amazon.com/cloudformation/" target="_blank">Cloud Formation</a> stack.
Spring Cloud AWS offers a convenient way to interact with resources managed by <a href="http://aws.amazon.com/cloudformation/" target="_blank">Cloud Formation</a>.
This reference application is backed up by a <a href="https://aws.amazon.com/cloudformation/" target="_blank">Cloud Formation</a> stack.
Spring Cloud AWS offers a convenient way to interact with resources managed by <a href="https://aws.amazon.com/cloudformation/" target="_blank">Cloud Formation</a>.
In the Java file below, you can see how the different resources are configured.
</p>
<source-code path="src/main/java/org/springframework/cloud/aws/sample/ReferenceApplication.java"></source-code>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/pages/rds.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h1>RDS Support</h1>

<p>This showcase demonstrates the main features provided by the RDS support in Spring Cloud AWS.</p>

<p><a href="http://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html#_data_access_with_jdbc" target="_blank" class="btn btn-primary btn-lg" role="button">Learn more »</a></p>
<p><a href="https://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html#_data_access_with_jdbc" target="_blank" class="btn btn-primary btn-lg" role="button">Learn more »</a></p>
</div>
<div class="panel panel-primary" ng-controller="RdsCtrl as rds">
<div class="panel-heading">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/pages/sns.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h1>SNS Support</h1>

<p>This showcase demonstrates the main features provided by the SNS support in Spring Cloud AWS.</p>

<p><a href="http://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html#_sns_support" target="_blank" class="btn btn-primary btn-lg" role="button">Learn more »</a></p>
<p><a href="https://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html#_sns_support" target="_blank" class="btn btn-primary btn-lg" role="button">Learn more »</a></p>
</div>
<div class="panel panel-primary" ng-controller="SnsCtrl as sns">
<div class="panel-heading">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/pages/sqs.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h1>SQS Support</h1>

<p>This showcase demonstrates the main features provided by the SQS support in Spring Cloud AWS.</p>

<p><a href="http://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html#_sqs_support" target="_blank" class="btn btn-primary btn-lg" role="button">Learn more »</a></p>
<p><a href="https://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html#_sqs_support" target="_blank" class="btn btn-primary btn-lg" role="button">Learn more »</a></p>
</div>

<div class="panel panel-primary" ng-controller="SqsCtrl as sqs">
Expand Down