Class AppConfig

  • All Implemented Interfaces:
    io.mateu.mdd.shared.IAppConfig

    @Entity
    public class AppConfig
    extends Object
    implements io.mateu.mdd.shared.IAppConfig
    Created by miguel on 19/3/17.
    • Constructor Detail

      • AppConfig

        public AppConfig()
    • Method Detail

      • getLogoUrl

        public String getLogoUrl()
                          throws Exception
        Specified by:
        getLogoUrl in interface io.mateu.mdd.shared.IAppConfig
        Throws:
        Exception
      • getBaseUrl

        public String getBaseUrl()
        Specified by:
        getBaseUrl in interface io.mateu.mdd.shared.IAppConfig
      • testDeepL

        public void testDeepL()
      • get

        public static AppConfig get​(javax.persistence.EntityManager em)
      • main

        public static void main​(String[] args)