feat(all): Modify Project Package Name cn.hutool->org.dromara.hutool

BREAKING CHANGE: 包名变更

Closes https://gitee.com/dromara/hutool/issues/I6SC4B
This commit is contained in:
yulin
2023-04-03 02:32:22 +08:00
parent 92807dc7a7
commit 4c154b3aa3
2072 changed files with 6967 additions and 6962 deletions

View File

@@ -1,21 +0,0 @@
#
# Copyright (c) 2023 looly(loolly@aliyun.com)
# Hutool is licensed under Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
# http://license.coscl.org.cn/MulanPSL2
# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
# See the Mulan PSL v2 for more details.
#
cn.hutool.extra.template.engine.beetl.BeetlEngine
cn.hutool.extra.template.engine.freemarker.FreemarkerEngine
cn.hutool.extra.template.engine.velocity.VelocityEngine
cn.hutool.extra.template.engine.rythm.RythmEngine
cn.hutool.extra.template.engine.enjoy.EnjoyEngine
cn.hutool.extra.template.engine.thymeleaf.ThymeleafEngine
cn.hutool.extra.template.engine.wit.WitEngine
cn.hutool.extra.template.engine.jetbrick.JetbrickEngine
cn.hutool.extra.template.engine.pebble.PebbleTemplateEngine

View File

@@ -1,21 +0,0 @@
#
# Copyright (c) 2023 looly(loolly@aliyun.com)
# Hutool is licensed under Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
# http://license.coscl.org.cn/MulanPSL2
# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
# See the Mulan PSL v2 for more details.
#
cn.hutool.extra.tokenizer.engine.ansj.AnsjEngine
cn.hutool.extra.tokenizer.engine.hanlp.HanLPEngine
cn.hutool.extra.tokenizer.engine.ikanalyzer.IKAnalyzerEngine
cn.hutool.extra.tokenizer.engine.jcseg.JcsegEngine
cn.hutool.extra.tokenizer.engine.jieba.JiebaEngine
cn.hutool.extra.tokenizer.engine.mmseg.MmsegEngine
cn.hutool.extra.tokenizer.engine.word.WordEngine
cn.hutool.extra.tokenizer.engine.analysis.SmartcnEngine
cn.hutool.extra.tokenizer.engine.mynlp.MynlpEngine

View File

@@ -10,6 +10,6 @@
# See the Mulan PSL v2 for more details.
#
cn.hutool.extra.aop.proxy.CglibProxyFactory
cn.hutool.extra.aop.proxy.SpringCglibProxyFactory
cn.hutool.extra.aop.proxy.JdkProxyFactory
org.dromara.hutool.extra.aop.proxy.CglibProxyFactory
org.dromara.hutool.extra.aop.proxy.SpringCglibProxyFactory
org.dromara.hutool.extra.aop.proxy.JdkProxyFactory

View File

@@ -10,10 +10,10 @@
# See the Mulan PSL v2 for more details.
#
cn.hutool.extra.expression.engine.aviator.AviatorEngine
cn.hutool.extra.expression.engine.jexl.JexlEngine
cn.hutool.extra.expression.engine.mvel.MvelEngine
cn.hutool.extra.expression.engine.jfireel.JfireELEngine
cn.hutool.extra.expression.engine.spel.SpELEngine
cn.hutool.extra.expression.engine.rhino.RhinoEngine
cn.hutool.extra.expression.engine.qlexpress.QLExpressEngine
org.dromara.hutool.extra.expression.engine.aviator.AviatorEngine
org.dromara.hutool.extra.expression.engine.jexl.JexlEngine
org.dromara.hutool.extra.expression.engine.mvel.MvelEngine
org.dromara.hutool.extra.expression.engine.jfireel.JfireELEngine
org.dromara.hutool.extra.expression.engine.spel.SpELEngine
org.dromara.hutool.extra.expression.engine.rhino.RhinoEngine
org.dromara.hutool.extra.expression.engine.qlexpress.QLExpressEngine

View File

@@ -10,8 +10,8 @@
# See the Mulan PSL v2 for more details.
#
cn.hutool.extra.pinyin.engine.tinypinyin.TinyPinyinEngine
cn.hutool.extra.pinyin.engine.jpinyin.JPinyinEngine
cn.hutool.extra.pinyin.engine.pinyin4j.Pinyin4jEngine
cn.hutool.extra.pinyin.engine.bopomofo4j.Bopomofo4jEngine
cn.hutool.extra.pinyin.engine.houbbpinyin.HoubbPinyinEngine
org.dromara.hutool.extra.pinyin.engine.tinypinyin.TinyPinyinEngine
org.dromara.hutool.extra.pinyin.engine.jpinyin.JPinyinEngine
org.dromara.hutool.extra.pinyin.engine.pinyin4j.Pinyin4jEngine
org.dromara.hutool.extra.pinyin.engine.bopomofo4j.Bopomofo4jEngine
org.dromara.hutool.extra.pinyin.engine.houbbpinyin.HoubbPinyinEngine

View File

@@ -0,0 +1,21 @@
#
# Copyright (c) 2023 looly(loolly@aliyun.com)
# Hutool is licensed under Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
# http://license.coscl.org.cn/MulanPSL2
# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
# See the Mulan PSL v2 for more details.
#
org.dromara.hutool.extra.template.engine.beetl.BeetlEngine
org.dromara.hutool.extra.template.engine.freemarker.FreemarkerEngine
org.dromara.hutool.extra.template.engine.velocity.VelocityEngine
org.dromara.hutool.extra.template.engine.rythm.RythmEngine
org.dromara.hutool.extra.template.engine.enjoy.EnjoyEngine
org.dromara.hutool.extra.template.engine.thymeleaf.ThymeleafEngine
org.dromara.hutool.extra.template.engine.wit.WitEngine
org.dromara.hutool.extra.template.engine.jetbrick.JetbrickEngine
org.dromara.hutool.extra.template.engine.pebble.PebbleTemplateEngine

View File

@@ -0,0 +1,21 @@
#
# Copyright (c) 2023 looly(loolly@aliyun.com)
# Hutool is licensed under Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
# http://license.coscl.org.cn/MulanPSL2
# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
# See the Mulan PSL v2 for more details.
#
org.dromara.hutool.extra.tokenizer.engine.ansj.AnsjEngine
org.dromara.hutool.extra.tokenizer.engine.hanlp.HanLPEngine
org.dromara.hutool.extra.tokenizer.engine.ikanalyzer.IKAnalyzerEngine
org.dromara.hutool.extra.tokenizer.engine.jcseg.JcsegEngine
org.dromara.hutool.extra.tokenizer.engine.jieba.JiebaEngine
org.dromara.hutool.extra.tokenizer.engine.mmseg.MmsegEngine
org.dromara.hutool.extra.tokenizer.engine.word.WordEngine
org.dromara.hutool.extra.tokenizer.engine.analysis.SmartcnEngine
org.dromara.hutool.extra.tokenizer.engine.mynlp.MynlpEngine

View File

@@ -1,3 +1,3 @@
# Auto Configure
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
cn.hutool.extra.spring.SpringUtil
org.dromara.hutool.extra.spring.SpringUtil

View File

@@ -1 +1 @@
cn.hutool.extra.spring.SpringUtil
org.dromara.hutool.extra.spring.SpringUtil