rain
2024-03-27 940e31dbe2d07c6dedf61ab655731f0a41358cbd
图斑
2 files modified
4 ■■■■ changed files
src/main/java/com/dji/sample/patches/model/entity/PatchesEntity.java 2 ●●● patch | view | raw | blame | history
src/main/resources/application-dev.yml 2 ●●● patch | view | raw | blame | history
src/main/java/com/dji/sample/patches/model/entity/PatchesEntity.java
@@ -13,7 +13,7 @@
@Builder
@NoArgsConstructor
@AllArgsConstructor
@TableName(value = "tb_lot_info_copy")
@TableName(value = "tb_lot_info")
public class PatchesEntity implements Serializable {
    @TableId(type = IdType.AUTO)
src/main/resources/application-dev.yml
@@ -4,7 +4,7 @@
    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