File tree Expand file tree Collapse file tree 3 files changed +17
-18
lines changed Expand file tree Collapse file tree 3 files changed +17
-18
lines changed Original file line number Diff line number Diff line change 100
100
<dependency >
101
101
<groupId >com.github.soat-tech-challenge</groupId >
102
102
<artifactId >service-common</artifactId >
103
- <version >4.1.0 </version >
103
+ <version >4.2.2 </version >
104
104
</dependency >
105
105
<dependency >
106
106
<groupId >org.springframework.boot</groupId >
126
126
</dependencies >
127
127
128
128
<build >
129
- <finalName >app</finalName >
130
129
<plugins >
131
130
<plugin >
132
131
<groupId >org.springframework.boot</groupId >
214
213
</build >
215
214
</profile >
216
215
</profiles >
217
- </project >
216
+ </project >
Original file line number Diff line number Diff line change 17
17
token :
18
18
key :
19
19
public : " ${JWT_PUBLIC_KEY:MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqStd8n4SGNM0eZhV/hzU+urHA5/IMZPoP9YQ9ZcLKWiX33nI6bSuZMCrLZcJExf63xS+uxDpGxM8Mnk2zOdl+lPwANXLzP1us5P1PyA3YPycW9J7C5YTQW0GiEL3M93ZX7vMJiVoBYblP3JPlYnoYlBORuc0JPk33KtfEZP+78qXpPHM8imYrJLe8ceiDLLFDU/nh5KC2dWAy3ci1ahoJ1Q9ELhp3IZLvOTX57H/T2VKOYOya5+ST41h+JjzI+qGTVnLcKaW+k25YLlVnkSspvdx98+yQDi7kbOTS6yRZHUPD6wPk/nUozpD0nZKccoH4W+zMwmQVtsAA6JCA9gfGwIDAQAB}"
20
-
21
- server :
22
- servlet :
23
- context-path : " /identification"
Original file line number Diff line number Diff line change @@ -10,14 +10,10 @@ spring:
10
10
show-sql : true
11
11
profiles :
12
12
# Value comes from Maven profile (pom.xml)
13
- active : ' @spring.profiles.active@'
13
+ active : " @spring.profiles.active@"
14
14
flyway :
15
15
locations : classpath:db/migrations/{vendor}/
16
16
enabled : true
17
- jwt :
18
- token :
19
- key :
20
- public : " ${JWT_PUBLIC_KEY}"
21
17
22
18
springdoc :
23
19
swagger-ui :
@@ -37,16 +33,15 @@ management:
37
33
web :
38
34
exposure :
39
35
include : health, info, metrics, shutdown
40
-
41
- info :
42
- name : ' @project.name@'
43
- description : ' @project.description@'
44
- version : ' @project.version@'
45
-
46
36
docs :
47
37
api :
48
38
url : " ${DOCS_API_URL:https://9ah1j49vm1.execute-api.us-east-2.amazonaws.com}"
49
39
40
+ server :
41
+ port : 8001
42
+ servlet :
43
+ context-path : " /identification"
44
+
50
45
# --- Custom keys ---
51
46
52
47
app :
57
52
dynamodb :
58
53
endpoint : " ${AWS_DYNAMODB_ENDPOINT:dynamodb.us-east-1.amazonaws.com}"
59
54
55
+ info :
56
+ name : " @project.name@"
57
+ description : " @project.description@"
58
+ version : " @project.version@"
59
+
60
+ jwt :
61
+ token :
62
+ key :
63
+ public : " ${JWT_PUBLIC_KEY}"
You can’t perform that action at this time.
0 commit comments