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

com.ajaxjs.cms.user.UserOatuhService Maven / Gradle / Ivy

The newest version!
package com.ajaxjs.cms.user;

import com.ajaxjs.framework.BaseService;
import com.ajaxjs.framework.Repository;
import com.ajaxjs.ioc.Bean;

@Bean("UserService")
public class UserOatuhService extends BaseService implements UserService {
	UserDao dao = new Repository().bind(UserDao.class);

	{
		setUiName("用户");
		setShortName("user");
		setDao(dao);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy