Skip to content

Commit

Permalink
Merge pull request #6 from ZFGCCP/feature/maven/build-fix
Browse files Browse the repository at this point in the history
add missing annotation
  • Loading branch information
MGZero authored Sep 24, 2024
2 parents 6cc937a + bc93d1c commit 011801c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/main/java/com/zfgc/zfgbb/config/annotations/BbService.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package com.zfgc.zfgbb.config.annotations;

import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;

@Service
@Transactional
public @interface BbService {

}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import org.springframework.transaction.annotation.Transactional;
import org.springframework.web.client.RestTemplate;

import com.zfgc.zfgbb.config.annotations.BbService;
import com.zfgc.zfgbb.dataprovider.users.UserDataProvider;
import com.zfgc.zfgbb.model.User;

Expand Down

0 comments on commit 011801c

Please sign in to comment.