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
Note that `SpringApplication.exit()` and `System.exit()` ensure that the JVM exits upon job completion.
232
232
See the https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-application-exit[Application Exit section in Spring Boot Reference documentation] for more details.
233
233
234
234
For demonstration purposes, there is code to create a `JdbcTemplate`, query the database,
235
235
and print out the names of people the batch job inserts.
0 commit comments