cdxf

Results 2 comments of cdxf

It've not been resolved yet (I've removed other configuration file as you suggested) but I think the problem comes from my Main class: ``` fun main(args: Array) { embeddedServer(Netty) {...

@ltkn The error is at this line: ``` private final RowMapper mapper = JdbcTemplateMapperFactory.newInstance() .newRowMapper(Post.class); ``` If I set ```useAsm``` to false, it works without any errors ``` private final...