Package com.chen.model

Examples of com.chen.model.Test


        return "@ upload ok!" + file.getOriginalFilename();
    }

    @Get("/3.10")
    public String getTest() {
        Test t = tService.getTest();
        String s = "Hello the No." + t.getId() + " is " + t.getMsg();
        return "@" + s;
    }
View Full Code Here

TOP

Related Classes of com.chen.model.Test

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.