优化代码

This commit is contained in:
smallchill 2018-12-25 21:43:17 +08:00
parent ccbde8e434
commit 716448593e
6 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springblade.core.boot.node;
package org.springblade.core.tool.node;
import lombok.Data;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springblade.core.boot.node;
package org.springblade.core.tool.node;
import lombok.Data;
import lombok.EqualsAndHashCode;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springblade.core.boot.node;
package org.springblade.core.tool.node;
import java.util.ArrayList;
import java.util.List;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springblade.core.boot.node;
package org.springblade.core.tool.node;
import java.util.List;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springblade.core.boot.node;
package org.springblade.core.tool.node;
import java.util.List;

View File

@ -1,4 +1,4 @@
package org.springblade.core.boot.node;
package org.springblade.core.tool.node;
import org.springblade.core.tool.jackson.JsonUtil;