sap-tutorials / Tutorials

Tutorials on sap.com
https://developers.sap.com/tutorial-navigator.html
Creative Commons Attribution 4.0 International
692 stars 766 forks source link

Add Authentication and Authorization to the Application mistake #23597

Open Denis-D-M opened 1 week ago

Denis-D-M commented 1 week ago

Tutorials: https://developers.sap.com/tutorials/cp-cap-java-security-local.html

The app stops working on Step 4 with an DB-related exception: "Table ... not found (this database is empty)"

The reason is application.yaml is missing "sql.init.schema-locations" property, although it's there on Step 3.