This commit is contained in:
Phillip Webb 2018-02-28 13:50:43 -08:00
parent df337eaf5e
commit 9bee9e9cf9
3 changed files with 3 additions and 2 deletions

View File

@ -5866,6 +5866,7 @@ in a similar manner, as shown in the following example:
public class SampleJob extends QuartzJobBean {
private MyService myService;
private String name;
// Inject "MyService" bean

View File

@ -1,5 +1,5 @@
/*
* Copyright 2012-2017 the original author or authors.
* Copyright 2012-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.