- Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed
Description
We've got this at the moment:
<layers xmlns="http://www.springframework.org/schema/boot/layers" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/boot/layers layers-xsd: https://www.springframework.org/schema/boot/layers/layers-3.3.xsd">
I think the layers-xsd:
is incorrect and it should be the following:
<layers xmlns="http://www.springframework.org/schema/boot/layers" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/boot/layers https://www.springframework.org/schema/boot/layers/layers-3.3.xsd">
This would then align with what we've got in the 3.2 docs.
Metadata
Metadata
Assignees
Labels
type: documentationA documentation updateA documentation update