Commit a4556216 authored by cherrylzhao's avatar cherrylzhao
Browse files

repository-api => example.api

parent c4e5ba83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,5 +8,5 @@
        <artifactId>example-common</artifactId>
        <version>4.0.0-RC2</version>
    </parent>
    <artifactId>repository-api</artifactId>
    <artifactId>example-api</artifactId>
</project>
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * limitations under the License.
 */

package org.apache.shardingsphere.example.common;
package org.apache.shardingsphere.example.api;

import com.zaxxer.hikari.HikariDataSource;

+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * limitations under the License.
 */

package org.apache.shardingsphere.example.common.entity;
package org.apache.shardingsphere.example.api.entity;

import java.io.Serializable;

+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * limitations under the License.
 */

package org.apache.shardingsphere.example.common.entity;
package org.apache.shardingsphere.example.api.entity;

import java.io.Serializable;

+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * limitations under the License.
 */

package org.apache.shardingsphere.example.common.entity;
package org.apache.shardingsphere.example.api.entity;

import java.io.Serializable;

Loading