Skip to content

mhewedy/spwrap-spring-boot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spwrap spring-boot starter

spring-boot starter for spwrap

@Configuration
public class Config {

    // DAO bean will be defined by the starter with default properties 
    // you can override the properties using `spwrap.` prefixed properties
    @Bean
    public CustomerDAO customerDAO(DAO dao) {
        return dao.create(CustomerDAO.class);
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages