line ending
Last updated
Was this helpful?
Last updated
Was this helpful?
application.properties file each line ends with ^M. cause the problem can't find the file.
Windows line ending is \r\n(CRLF), while Unix is \n(LF). So when Unix read the Windows file may cause problem because of the different line endings.
^M==\r (in Unix)
git bash can use vim.