We have a set of Spring Boot
projects, which share a custom spring-boot-starter
for logging. This logger uses the property app.name = @project.artifactId@
for configuration. So we have to repeat this in each of our projects. Is it possible to move this in the starter, to avoid the repetition?
Asked
Active
Viewed 111 times
0

Dalton Cézane
- 3,672
- 2
- 35
- 60
-
Why do you want to name all the projects with the same name? – 11thdimension Nov 28 '17 at 07:50
-
No. The projects have different names. – J.Bormann Nov 30 '17 at 11:40
-
Where is this property `app.name` defined currently. It would be helpful if you can provide the structure of your project. – 11thdimension Nov 30 '17 at 14:41