finos / spring-bot

Spring Boot + Java Integration for Symphony/Teams Chat Platform Bots and Apps
https://springbot.finos.org
Apache License 2.0
60 stars 35 forks source link

spring-devtools.properties file can be moved to parent dependency i.e chat-workflow-spring-boot-starter #169

Closed amsidhlokhande closed 3 years ago

amsidhlokhande commented 3 years ago

Feature Request

Description of Problem:

Every time whenever we create chat work flow we were need to add this spring-devtools.properties file to resources/META-INF. This file contains the static content which is independent to any chat work flow app.

...please resist the temptation to describe your request in terms of a solution. Job Story form ("When [triggering condition], I want to [motivation/goal], so I can [outcome].") can help ensure you're expressing a problem statement.

Potential Solutions:

We can move this file to parent dependency i.e chat-workflow-spring-boot-starter project so that it will automatically get included in the chat workflow application.

robmoffat commented 3 years ago

Didn’t we already do this?