Michael Hegner
Michael Hegner

Reputation: 5843

Spring Source Toolsuite (STS) - Batch-Graph when using Java-Config

this is my first Batch-Project where I want to avoid writing XML-Files and use for configurations Java-Config. So I have few Batch-Jobs and application works as expected.

For documentation reasons or presentation I would like to use the possibility of Spring-IDE to show batch-graph what works very good when using spring-config in XML.

But I am not available to find how I can use Batch-Graph when Batch-Job is configured in Java.

I already scanned all spring-configuation within Eclipse, so in the Spring-View I can see my Java-Config-Class, but I don't know how to bring it into Batch-Graph.

Thank you in advance.

Upvotes: 1

Views: 967

Answers (1)

Martin Lippert
Martin Lippert

Reputation: 6508

I think this feature isn't implemented in STS yet. Please file an enhancement request for this here: https://issuetracker.springsource.com/browse/STS

Upvotes: 1

Related Questions