Advertisement
mgogo4

Untitled

Oct 19th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. @Configuration
  2. @ConfigurationProperties(prefix = "folder.resource")
  3. public class FolderResourceConfiguration {
  4.  
  5.     private String file;
  6.     //getters and setters
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement