Daniel Frey

Results 24 comments of Daniel Frey

@FDelporte I think I can play with this. I'd like to wrap it in a `SpringBootCondition` and then create an `@ConditionalOnRaspberryPiPlatform` (or something similar to the `@ConditionalOnCloudPlatform`) in the spring-cloud...

@FDelporte I'd be happy to help with writing some spring boot autoconfiguration

So the question would be `what's the most appropriate way to detect that the code is running on a particular platform`?

@FDelporte it sounds like I could use the `os.arch` environment property to drive this out. I'll build an autoconfiguration library around this. Ultimately, I see this as a way to...