mirror of
https://gitee.com/dcren/initializr.git
synced 2025-10-21 11:07:37 +08:00
Cleanup for spring.io, update docs
This commit contains a number of changes, no functional difference in the app but a general cleanup of look and docs: - removed the Gemfile which is now redundant, Cloud Foundry CLI is no longer a Ruby app - updated various parts of the README to reflect changes to Spring Boot CLI (local flag no longer exists, etc) and new CF deployment procedure. - fixed references to www.springsource.com -> spring.io throughout web content - added favicon reflecting new Spring branding - updated github URLs springsource -> spring-projects
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html">
|
||||
<html>
|
||||
<head>
|
||||
<title>Spring Initializr</title>
|
||||
<link rel="stylesheet"
|
||||
href="/css/bootstrap.min.css"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/img/favicon.png"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="navbar">
|
||||
<div class="navbar-inner">
|
||||
<a class="brand"
|
||||
href="https://www.springsource.org">
|
||||
href="https://spring.io">
|
||||
Spring
|
||||
</a>
|
||||
<ul class="nav">
|
||||
|
@@ -4,13 +4,14 @@
|
||||
<title>Spring Initializr</title>
|
||||
<link rel="stylesheet"
|
||||
href="/css/bootstrap.min.css"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/img/favicon.png"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="navbar">
|
||||
<div class="navbar-inner">
|
||||
<a class="brand"
|
||||
href="https://www.springsource.org">
|
||||
href="https://spring.io">
|
||||
Spring
|
||||
</a>
|
||||
<ul class="nav">
|
||||
|
Reference in New Issue
Block a user