Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The documentation references old initializr and needs to be updated to avoid confusion. #940

Closed
dashaun opened this issue Jan 4, 2024 · 1 comment

Comments

@dashaun
Copy link
Contributor

dashaun commented Jan 4, 2024

https://docs.spring.io/spring-cloud-task/docs/current/reference/html/#getting-started

  1. In the Dependencies text box, type jdbc and then select the JDBC dependency.

JDBC? JDBC API or Spring Data JDBC? Multiple things show up when you type JDBC.

  1. When our sample application runs, Spring Boot launches our HelloWorldCommandLineRunner and outputs our “Hello, World!” message to standard out. The TaskLifecycleListener records the start of the task and the end of the task in the repository.

  2. The example is not using CommandLineRunner, its using ApplicationRunner.

  3. The package name in the example doesn't match what we get from Initializr.

  4. You don't need to have Maven installed because you get the Maven Wrapper with Initializr.

@cppwfs
Copy link
Collaborator

cppwfs commented Jan 4, 2024

Resolved via PR #941. Thank you for your contribution!

@cppwfs cppwfs closed this as completed Jan 4, 2024
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

No branches or pull requests

2 participants