SAP-archive / teched2019-cloud-cf-product-list

Resources for SAP TechEd SEC364 Hands-on workshop, "Secure Microservices in Cloud Foundry Environment on SAP Cloud Platform".
Apache License 2.0
56 stars 50 forks source link

Add a constructor for autowiring dependencies #32

Closed f-blass closed 5 years ago

f-blass commented 5 years ago

Autowiring directly on properties is not recommended anymore. Instead constructor injection should be used.