Skip to content

Commit

Permalink
Refactor package structure for services and resources
Browse files Browse the repository at this point in the history
  • Loading branch information
zZHorizonZz committed Jul 20, 2023
1 parent e317c03 commit b25dc96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dev.shiperist.service;
package dev.shiperist.resource;

import jakarta.enterprise.context.ApplicationScoped;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dev.shiperist.resource;
package dev.shiperist.service;

import dev.shiperist.entity.AccountEntity;
import dev.shiperist.mapper.AccountMapper;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dev.shiperist.resource;
package dev.shiperist.service;

import dev.shiperist.entity.SessionEntity;
import dev.shiperist.mapper.SessionMapper;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dev.shiperist.resource;
package dev.shiperist.service;

import dev.shiperist.entity.UserEntity;
import dev.shiperist.mapper.UserMapper;
Expand Down

0 comments on commit b25dc96

Please sign in to comment.