Jan 4, 2020 #1 varocho Programmer Joined Dec 4, 2000 Messages 238 Location US Is there a way for a gradle build file to reference database-connection information stored in an 'application.yml' file?
Is there a way for a gradle build file to reference database-connection information stored in an 'application.yml' file?
Jan 8, 2020 #2 Diancecht Programmer Joined Jan 8, 2004 Messages 4,042 Location ES You could try snakeyaml to read the file but, why noy a typical .properties file? Cheers, Dian Upvote 0 Downvote