adorsys / xs2a

Open Source NextGenPSD2 XS2A Implementation from adorsys.
https://adorsys.com/en/products/
GNU Affero General Public License v3.0
130 stars 62 forks source link

Update GETTING_STARTED.md #46

Closed fmignon closed 5 years ago

fmignon commented 5 years ago

mvn spring-boot:run -Drun.arguments=--server_key=12345678

2019-06-11 16:20:08.732 INFO 49424 --- [ main] d.a.p.c.s.security.SecurityDataService : The 'server_key' missing - must be specified at CMS start CMS_SERVER_KEY_MISSING

Solution : For Spring Boot 2.x, we can pass the arguments using -Dspring-boot.run.arguments :

mvn spring-boot:run -Dspring-boot.run.arguments=--server_key=12345678