You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: No database type set, using meta data indicating: HSQL
118
+
INFO: No Micrometer observation registry found, defaulting to ObservationRegistry.NOOP
119
+
INFO: No TaskExecutor has been set, defaulting to synchronous executor.
120
+
INFO: Job: [SimpleJob: [name=job]] launched with the following parameters: [{}]
121
+
INFO: Executing step: [step]
122
+
Hello world!
123
+
INFO: Step: [step] executed in 10ms
124
+
INFO: Job: [SimpleJob: [name=job]] completed with the following parameters: [{}] and the following status: [COMPLETED] in 25ms
125
+
```
126
+
127
+
## Getting Started Guide
12
128
13
-
This is the quickest way to get started with a new Spring Batch project based on Spring Boot. You find the Getting Started Guide here: [Creating a Batch Service](https://spring.io/guides/gs/batch-processing/).
129
+
This guide is a more realistic tutorial that shows a typical ETL batch job that reads data from a flat file, transforms it and writes it to a relational database.
130
+
It is a Spring Batch project based on Spring Boot. You find the Getting Started Guide here: [Creating a Batch Service](https://spring.io/guides/gs/batch-processing/).
0 commit comments