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
d23dab3b
Commit
d23dab3b
authored
Jan 22, 2014
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change package name in sample
parent
765bfbd0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
SampleSecureApplication.java
...c/main/java/sample/ui/secure/SampleSecureApplication.java
+1
-1
SampleSecureApplicationTests.java
...t/java/sample/ui/secure/SampleSecureApplicationTests.java
+2
-1
No files found.
spring-boot-samples/spring-boot-sample-web-secure/src/main/java/sample/
ops/ui
/SampleSecureApplication.java
→
spring-boot-samples/spring-boot-sample-web-secure/src/main/java/sample/
ui/secure
/SampleSecureApplication.java
View file @
d23dab3b
...
...
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package
sample
.
ops
.
ui
;
package
sample
.
ui
.
secure
;
import
java.util.Date
;
import
java.util.Map
;
...
...
spring-boot-samples/spring-boot-sample-web-secure/src/test/java/sample/
ops/ui
/SampleSecureApplicationTests.java
→
spring-boot-samples/spring-boot-sample-web-secure/src/test/java/sample/
ui/secure
/SampleSecureApplicationTests.java
View file @
d23dab3b
...
...
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package
sample
.
ops
.
ui
;
package
sample
.
ui
.
secure
;
import
java.io.IOException
;
import
java.util.Arrays
;
...
...
@@ -38,6 +38,7 @@ import org.springframework.http.client.ClientHttpResponse;
import
org.springframework.web.client.DefaultResponseErrorHandler
;
import
org.springframework.web.client.RestTemplate
;
import
sample.ui.secure.SampleSecureApplication
;
import
static
org
.
junit
.
Assert
.
assertEquals
;
import
static
org
.
junit
.
Assert
.
assertTrue
;
...
...
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