摘要: 添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-mongodb</artifactId> <version>1.5.9.RELEASE</versio 阅读全文
posted @ 2018-08-03 16:11 沟渠映明月 阅读(289) 评论(0) 推荐(0) 编辑
摘要: BigDecimal由任意精度整数未缩放值和32位整数级别组成 。 如果为零或正数,则刻度是小数点右侧的位数。 如果是负数,则数字的非标定值乘以10,以达到等级的否定的幂。 因此,BigDecimal所代表的BigDecimal值为(unscaledValue × 10-scale) 。 创建Big 阅读全文
posted @ 2018-08-03 15:52 沟渠映明月 阅读(539) 评论(0) 推荐(0) 编辑
摘要: org.hibernate.AnnotationException: mappedBy reference an unknown target entity property: xxxxxxx 原因是创建CompanyAcademyArticleItem时,OneToMany注解中mappedBy写 阅读全文
posted @ 2018-08-03 15:51 沟渠映明月 阅读(943) 评论(0) 推荐(0) 编辑
摘要: you have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'varchar(255), s 阅读全文
posted @ 2018-08-03 15:50 沟渠映明月 阅读(1471) 评论(0) 推荐(0) 编辑