feat: 修改包路径,新增开源许可协议

This commit is contained in:
lhc
2023-12-04 16:28:53 +08:00
parent 96c067b3f4
commit bd28851083
600 changed files with 1263 additions and 68571 deletions

View File

@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>parent</artifactId>
<groupId>com.hcframe</groupId>
<groupId>com.taixingyiji</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -1,4 +1,4 @@
package com.hcframe.spider;
package com.taixingyiji.spider;
import com.gargoylesoftware.htmlunit.BrowserVersion;
import com.gargoylesoftware.htmlunit.NicelyResynchronizingAjaxController;