mirror of https://gitee.com/stylefeng/roses
【7.6.0】【stat】更新两个实体的名称
parent
7ae0062774
commit
6be624d764
|
@ -15,7 +15,7 @@ import lombok.EqualsAndHashCode;
|
||||||
* @author fengshuonan
|
* @author fengshuonan
|
||||||
* @since 2023/03/28 14:52
|
* @since 2023/03/28 14:52
|
||||||
*/
|
*/
|
||||||
@TableName("portal_click_count")
|
@TableName("click_count")
|
||||||
@Data
|
@Data
|
||||||
@EqualsAndHashCode(callSuper = true)
|
@EqualsAndHashCode(callSuper = true)
|
||||||
public class ClickCount extends BaseEntity {
|
public class ClickCount extends BaseEntity {
|
||||||
|
|
|
@ -15,7 +15,7 @@ import lombok.EqualsAndHashCode;
|
||||||
* @author fengshuonan
|
* @author fengshuonan
|
||||||
* @since 2023/03/28 14:52
|
* @since 2023/03/28 14:52
|
||||||
*/
|
*/
|
||||||
@TableName("portal_click_status")
|
@TableName("click_status")
|
||||||
@Data
|
@Data
|
||||||
@EqualsAndHashCode(callSuper = true)
|
@EqualsAndHashCode(callSuper = true)
|
||||||
public class ClickStatus extends BaseEntity {
|
public class ClickStatus extends BaseEntity {
|
||||||
|
|
8
pom.xml
8
pom.xml
|
@ -386,12 +386,12 @@
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>center</id>
|
<id>company-hosted</id>
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
<url>http://192.168.31.121:8081/repository/company-hosted</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>center</id>
|
<id>company-hosted</id>
|
||||||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
|
<url>http://192.168.31.121:8081/repository/company-hosted</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue