Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
4e109caf
Commit
4e109caf
authored
Jan 10, 2015
by
izeye
Committed by
Stephane Nicoll
Jan 12, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix copy/paste errors
Closes gh-2323
parent
2729c747
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
pom.xml
spring-boot-samples/spring-boot-sample-web-mustache/pom.xml
+1
-1
SampleWebMustacheApplicationTests.java
...va/sample/mustache/SampleWebMustacheApplicationTests.java
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-mustache/pom.xml
+1
-1
No files found.
spring-boot-samples/spring-boot-sample-web-mustache/pom.xml
View file @
4e109caf
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
</parent>
</parent>
<artifactId>
spring-boot-sample-web-mustache
</artifactId>
<artifactId>
spring-boot-sample-web-mustache
</artifactId>
<name>
spring-boot-sample-web-mustache
</name>
<name>
spring-boot-sample-web-mustache
</name>
<description>
Spring Boot Web
FreeMarker
Sample
</description>
<description>
Spring Boot Web
Mustache
Sample
</description>
<url>
http://projects.spring.io/spring-boot/
</url>
<url>
http://projects.spring.io/spring-boot/
</url>
<organization>
<organization>
<name>
Pivotal Software, Inc.
</name>
<name>
Pivotal Software, Inc.
</name>
...
...
spring-boot-samples/spring-boot-sample-web-mustache/src/test/java/sample/mustache/SampleWebMustacheApplicationTests.java
View file @
4e109caf
...
@@ -38,7 +38,7 @@ import static org.junit.Assert.assertEquals;
...
@@ -38,7 +38,7 @@ import static org.junit.Assert.assertEquals;
import
static
org
.
junit
.
Assert
.
assertTrue
;
import
static
org
.
junit
.
Assert
.
assertTrue
;
/**
/**
* Basic integration tests for
FreeMarker
application.
* Basic integration tests for
Mustache
application.
*
*
* @author Phillip Webb
* @author Phillip Webb
* @author Andy Wilkinson
* @author Andy Wilkinson
...
...
spring-boot-starters/spring-boot-starter-mustache/pom.xml
View file @
4e109caf
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
</parent>
</parent>
<artifactId>
spring-boot-starter-mustache
</artifactId>
<artifactId>
spring-boot-starter-mustache
</artifactId>
<name>
spring-boot-starter-mustache
</name>
<name>
spring-boot-starter-mustache
</name>
<description>
Spring Boot
FreeMarker
Starter
</description>
<description>
Spring Boot
Mustache
Starter
</description>
<url>
http://projects.spring.io/spring-boot/
</url>
<url>
http://projects.spring.io/spring-boot/
</url>
<organization>
<organization>
<name>
Pivotal Software, Inc.
</name>
<name>
Pivotal Software, Inc.
</name>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment