File tree Expand file tree Collapse file tree
src/main/java/com/fd/tryout/authserver/jwt
java/com/fd/tryout/jwt/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
12- <artifactId >stateless-auth</artifactId >
12+ <artifactId >auth-server</artifactId >
13+
14+ <properties >
15+ <spring-security-jwt .version>1.0.9.RELEASE</spring-security-jwt .version>
16+ </properties >
1317
1418 <dependencies >
1519 <dependency >
4347 <groupId >io.lettuce</groupId >
4448 <artifactId >lettuce-core</artifactId >
4549 </dependency >
50+
51+ <dependency >
52+ <groupId >org.springframework.security</groupId >
53+ <artifactId >spring-security-jwt</artifactId >
54+ <version >${spring-security-jwt.version} </version >
55+ </dependency >
4656 </dependencies >
4757
4858</project >
Original file line number Diff line number Diff line change 1- package com .fd .tryout .jwt ;
1+ package com .fd .tryout .authserver . jwt ;
22
33import org .springframework .boot .SpringApplication ;
44import org .springframework .boot .autoconfigure .SpringBootApplication ;
55
66/**
7- * @author fdanismaz
8- * date: 10/5/18 6:05 AM
7+ * @author furkand
8+ * 10/5/2018 10:45 AM
99 */
1010@ SpringBootApplication
1111public class App {
@@ -15,3 +15,4 @@ public static void main(String[] args) {
1515 }
1616
1717}
18+
Original file line number Diff line number Diff line change 1+ package com .fd .tryout .authserver .jwt .config ;
2+
3+ /**
4+ * @author furkand
5+ * 10/5/2018 4:09 PM
6+ */
7+ public class SecurityConfig {
8+ }
Original file line number Diff line number Diff line change 88 <artifactId >security.jwt</artifactId >
99 <version >1.0-SNAPSHOT</version >
1010 <modules >
11- <module >stateless- auth</module >
11+ <module >auth-server </module >
1212 </modules >
1313 <packaging >pom</packaging >
1414
126126 <plugin >
127127 <groupId >org.springframework.boot</groupId >
128128 <artifactId >spring-boot-maven-plugin</artifactId >
129+ <version >${spring.boot.version} </version >
129130 </plugin >
130131 </plugins >
131132 </build >
Load diff This file was deleted.
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments