09 2017 档案
摘要:<div paging page="vm.pageNo" page-size="vm.pageSize" total="vm.page.totalElements" show-prev-next="true" show-first-last="true" paging-action="vm.load
阅读全文
摘要:@Entity@Table(name = "adam_importfile")@IdClass(BusinessAdviserFileId.class)public class BusinessAdviserFile { @Id private String hash; @JsonIgnore @I
阅读全文
摘要:单向关系 @JoinColumn 双向关系 @OneToMany @ManyToMany mappedBy
阅读全文
摘要:方法一:@Entity@IdClass(ModuleId.class)public class Module { @Id private Integer index; @Id @ManyToOne private Page page; private Integer cols;}方法二: @Enti
阅读全文
摘要:@Table(name = "adam_module", uniqueConstraints = @UniqueConstraint(columnNames = {"index", "page_id"}))
阅读全文
摘要:/** * Created by xiezhiyan on 17-9-13. */@Entitypublic class Token { @Id @Column(name = "store_id") private Long storeId; @JsonIgnore @OneToOne @MapsI
阅读全文
摘要:api gateway 与 angularJS 1.x不兼容
阅读全文
摘要:1. Query方式@Query("select s from Store s join fetch s.products where s.user.id = :user_id")2.@EntityGraph(attributePaths = { "products" })3. @NamedEnti
阅读全文
摘要:<dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.3</version></dependency><dependency> <group
阅读全文
摘要:https://issues.sonatype.org/secure/Dashboard.jspa
阅读全文

浙公网安备 33010602011771号