Search code examples
grails

How can I modify the info.app.name in application.yml?


I want to change my app name and I modified the info.app.name in application.yml, but it didn't work, it still use the project name. I need help.

The grails version is 3.1.4.


Solution

  • Why would You want to change app name in Grails 3? It doesn't do anything anyways. If you want to change it in the link, read Burt's answer in this post. How do you change the application name in Grails 3? Or just put this code in application.yml

    server:
        port: 8080
        contextPath: '/veloroutersite'