Skip to content

Commit 215189d

Browse files
committed
spring-boot (reactive): migrate WebConfigurer to jackson 3
1 parent 5d00482 commit 215189d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/spring-boot/templates/src/main/java/_package_/config/WebConfigurer.java.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
package <%= packageName %>.config;
2020

2121
<%_ if (reactive) { _%>
22-
import com.fasterxml.jackson.databind.ObjectMapper;
22+
import tools.jackson.databind.ObjectMapper;
2323
<%_ } _%>
2424
<%_ if (!skipClient || devDatabaseTypeH2Any) { _%>
2525
import tech.jhipster.config.JHipsterConstants;

0 commit comments

Comments
 (0)