Created
April 30, 2019 07:09
-
-
Save Edijun/b44ad1a2538b539a7de43b6a5d7e4c2b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Override | |
| public void setDataSource(DataSource dataSource) { | |
| // override to do not set datasource even if a datasource exist. | |
| // initialize will use a Map based JobRepository (instead of database) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment