初始化
parent
35d897e44c
commit
6d4a06a61c
|
@ -0,0 +1,6 @@
|
|||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="AliAccessStaticViaInstance" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
</profile>
|
||||
</component>
|
|
@ -0,0 +1,20 @@
|
|||
package com.muyu.domain;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Author:chaiyapeng
|
||||
* @Package:com.muyu.domain
|
||||
* @Project:cloud-port
|
||||
* @name:IpPlace
|
||||
* @Date:2024/8/27 22:15
|
||||
*/
|
||||
@Data
|
||||
public class IpPlace {
|
||||
private String country;
|
||||
private String province;
|
||||
private String city;
|
||||
private String district;
|
||||
private String isp;
|
||||
private String ip;
|
||||
}
|
File diff suppressed because it is too large
Load Diff
15829
logs/cloud-etl/error.log
15829
logs/cloud-etl/error.log
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue