BAEL-7704 : (CONFIGURATION)
format resources
This commit is contained in:
+54
-54
@@ -1,61 +1,61 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.baeldung.spring-security-modules.testing</groupId>
|
||||
<artifactId>reactive-resource-server</artifactId>
|
||||
<name>reactive-resource-server</name>
|
||||
<description>Demo project for Spring Boot reactive resource-server</description>
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.baeldung.spring-security-modules.testing</groupId>
|
||||
<artifactId>reactive-resource-server</artifactId>
|
||||
<name>reactive-resource-server</name>
|
||||
<description>Demo project for Spring Boot reactive resource-server</description>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>spring-security-oauth2-testing</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>spring-security-oauth2-testing</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-webflux</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.c4-soft.springaddons</groupId>
|
||||
<artifactId>spring-addons-oauth2-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-webflux</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.c4-soft.springaddons</groupId>
|
||||
<artifactId>spring-addons-oauth2-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
+13
-13
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"iss": "https://localhost:8443/realms/master",
|
||||
"sub": "281c4558-550c-413b-9972-2d2e5bde6b9b",
|
||||
"iat": 1695992542,
|
||||
"exp": 1695992642,
|
||||
"preferred_username": "ch4mpy",
|
||||
"realm_access": {
|
||||
"roles": [
|
||||
"admin",
|
||||
"ROLE_AUTHORIZED_PERSONNEL"
|
||||
]
|
||||
},
|
||||
"email": "ch4mp@c4-soft.com",
|
||||
"scope": "openid email"
|
||||
"iss": "https://localhost:8443/realms/master",
|
||||
"sub": "281c4558-550c-413b-9972-2d2e5bde6b9b",
|
||||
"iat": 1695992542,
|
||||
"exp": 1695992642,
|
||||
"preferred_username": "ch4mpy",
|
||||
"realm_access": {
|
||||
"roles": [
|
||||
"admin",
|
||||
"ROLE_AUTHORIZED_PERSONNEL"
|
||||
]
|
||||
},
|
||||
"email": "ch4mp@c4-soft.com",
|
||||
"scope": "openid email"
|
||||
}
|
||||
+13
-13
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"iss": "https://localhost:8443/realms/master",
|
||||
"sub": "2d2e5bde6b9b-550c-413b-9972-281c4558",
|
||||
"iat": 1695992551,
|
||||
"exp": 1695992651,
|
||||
"preferred_username": "tonton-pirate",
|
||||
"realm_access": {
|
||||
"roles": [
|
||||
"uncle",
|
||||
"PIRATE"
|
||||
]
|
||||
},
|
||||
"email": "tonton-pirate@c4-soft.com",
|
||||
"scope": "openid email"
|
||||
"iss": "https://localhost:8443/realms/master",
|
||||
"sub": "2d2e5bde6b9b-550c-413b-9972-281c4558",
|
||||
"iat": 1695992551,
|
||||
"exp": 1695992651,
|
||||
"preferred_username": "tonton-pirate",
|
||||
"realm_access": {
|
||||
"roles": [
|
||||
"uncle",
|
||||
"PIRATE"
|
||||
]
|
||||
},
|
||||
"email": "tonton-pirate@c4-soft.com",
|
||||
"scope": "openid email"
|
||||
}
|
||||
Reference in New Issue
Block a user