forked from eugenp/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved spring-security-web-jsonview module to spring-security-core (eu…
…genp#10015) * moved spring-security-web-jsonview module to spring-security-core * removed deleted module from project build
- Loading branch information
Showing
15 changed files
with
34 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...-security-modules/spring-security-core/src/main/java/com/baeldung/filterresponse/App.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package com.baeldung.filterresponse; | ||
|
||
import org.springframework.boot.SpringApplication; | ||
import org.springframework.boot.autoconfigure.SpringBootApplication; | ||
|
||
@SpringBootApplication | ||
public class App { | ||
|
||
public static void main(String[] args) { | ||
SpringApplication.run(App.class, args); | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 5 additions & 7 deletions
12
.../baeldung/controller/ItemsController.java → ...rresponse/controller/ItemsController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
...in/java/com/baeldung/controller/View.java → ...ldung/filterresponse/controller/View.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...rc/main/java/com/baeldung/model/Item.java → ...m/baeldung/filterresponse/model/Item.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...pringSecurityJsonViewIntegrationTest.java → ...pringSecurityJsonViewIntegrationTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
spring-security-modules/spring-security-web-jsonview/.gitignore
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
spring-security-modules/spring-security-web-jsonview/README.md
This file was deleted.
Oops, something went wrong.
206 changes: 0 additions & 206 deletions
206
spring-security-modules/spring-security-web-jsonview/pom.xml
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
...urity-modules/spring-security-web-jsonview/src/main/java/com/baeldung/AppInitializer.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.