Skip to content

Commit 7439d83

Browse files
authored
Merge pull request #60 from Backbase/BEFOUND-1032-create-core-service
updating example-core-service to ssdk 16
2 parents cd80784 + 189da06 commit 7439d83

File tree

4 files changed

+4
-30
lines changed

4 files changed

+4
-30
lines changed

service-sdk/16.0.0/create-core-service/example-core-service/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ To run the service in development mode, use:
1616
- `mvn spring-boot:run`
1717

1818
To run the service from the built binaries, use:
19-
- `java -jar target/example-core-service-1.0.0-SNAPSHOT.war`
19+
- `java -jar target/example-core-service-1.0.0-SNAPSHOT.jar`
2020

2121
## Authorization
2222

23-
Requests to this service are authorized with a Backbase Internal JWT, therefore you must access this service via the Backbase Gateway after authenticating with the authentication service.
23+
Requests to this service are authorized with a Backbase Internal JWT, therefore you must access this service via the Backbase Edge after authenticating with Identity service.
2424

2525
For local development, an internal JWT can be created from http://jwt.io, entering ```JWTSecretKeyDontUseInProduction!``` as the secret in the signature to generate a valid signed JWT.

service-sdk/16.0.0/create-core-service/example-core-service/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
<parent>
1010
<artifactId>service-sdk-starter-core</artifactId>
1111
<groupId>com.backbase.buildingblocks</groupId>
12-
<version>15.0.1</version>
12+
<version>16.0.0</version>
1313
<relativePath />
1414
</parent>
1515

1616
<groupId>com.backbase.example</groupId>
1717
<artifactId>example-core-service</artifactId>
1818
<version>1.0.0-SNAPSHOT</version>
19-
<packaging>war</packaging>
2019
<name>Backbase :: Digital Banking Services :: example-core-service</name>
2120

2221
<properties>

service-sdk/16.0.0/create-core-service/example-core-service/src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ eureka:
99
role: live
1010
client:
1111
serviceUrl:
12-
defaultZone: http://localhost:8080/registry/eureka/
12+
defaultZone: http://localhost:8761/eureka/
1313

1414
# Configure Internal JWT handler
1515
sso:

service-sdk/16.0.0/create-core-service/example-core-service/src/main/webapp/WEB-INF/jboss-deployment-structure.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)