Skip to content

Conversation

@abhishekmsingh
Copy link

@abhishekmsingh abhishekmsingh commented Nov 1, 2024

The following config would not work due to the space after comma:

swagger:
  resourcePackage: com.example.resources, com.example2.resources

we were forced to use:

swagger:
  resourcePackage: com.example.resources,com.example2.resources

This was due to the whitespace after the ",". The MR fixes that by trimming the package names before supplying them. Have tested locally

@abhishekmsingh abhishekmsingh force-pushed the feat-trim-resource-packages branch from 9365738 to 9320dc5 Compare November 4, 2024 12:04
@ravidesai47 ravidesai47 merged commit 1dfe88a into Vect0rPro:master Nov 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants