| | |
| | | @Builder |
| | | @NoArgsConstructor |
| | | @AllArgsConstructor |
| | | @TableName(value = "tb_lot_info_copy") |
| | | @TableName(value = "tb_lot_info") |
| | | public class PatchesEntity implements Serializable { |
| | | |
| | | @TableId(type = IdType.AUTO) |
| | |
| | | url: jdbc:mysql://182.108.40.114:3308/drone_zt_test?useSSL=false&allowPublicKeyRetrieval=true |
| | | username: root |
| | | password: yshb@123 |
| | | # url: jdbc:mysql://localhost:3306/drone_test?useSSL=false&allowPublicKeyRetrieval=true |
| | | # url: jdbc:mysql://192.168.2.104:3306/drone_test?useSSL=false&allowPublicKeyRetrieval=true |
| | | # username: root |
| | | # password: 123456 |
| | | |