首页 新闻 会员 周边
1
回答数

待解决问题 5 spring-boot-webflux-mongodb 插入对象时报错 Prohibited character at position 0

model: public class City { /** * 城市编号 */ @Id private Long id; /** * 省份编号 */ private Long provinceId;