0

In my spring boot application I have my query in an external file (sql.properties) and reading it in DAO

@Value("${queries.selectValue}") 
private String selectQuery;

Is this the right way ? Any security issues here

Raheela Aslam
  • 452
  • 2
  • 13
jramapurath
  • 221
  • 1
  • 8

0 Answers0