All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jfinal.core.ConfigGetter Maven / Gradle / Ivy

The newest version!
package com.jfinal.core;

import com.jfinal.config.Routes;

public class ConfigGetter {

    public static Routes getRoutes() {
        return Config.getRoutes();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy