Skip to content

the-fine/springBootKotlinJdbcTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

springBootKotlinJdbcTemplate

Spring boot app built with kotlin to reproduce a bug when using jdbcTemplate with BeanPropertyRowMapper to create a data class. Run with ./gradlew bootRun After started run curl localhost:8080/users/1 You will get the following exception No default constructor found; nested exception is java.lang.NoSuchMethodException: com.the.fine.jdbcTemplateBeanPropertyRowMapper.User.()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages