小的修正
This commit is contained in:
@ -7,7 +7,6 @@ import javax.persistence.PersistenceContext;
|
||||
import com.xncoding.pos.dao.entity.Article;
|
||||
import com.xncoding.pos.dao.repository.IArticleDAO;
|
||||
import org.springframework.stereotype.Repository;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
|
||||
/**
|
||||
* ArticleDAO
|
||||
@ -16,7 +15,6 @@ import org.springframework.transaction.annotation.Transactional;
|
||||
* @version 1.0
|
||||
* @since 2018/3/2
|
||||
*/
|
||||
@Transactional
|
||||
@Repository
|
||||
public class ArticleDAO implements IArticleDAO {
|
||||
@PersistenceContext
|
||||
|
||||
@ -29,8 +29,6 @@ spring:
|
||||
url: jdbc:mysql://127.0.0.1:3306/pos?useSSL=false&autoReconnect=true&tinyInt1isBit=false&useUnicode=true&characterEncoding=utf8
|
||||
username: root
|
||||
password: 123456
|
||||
thymeleaf:
|
||||
cache: false
|
||||
|
||||
logging:
|
||||
level:
|
||||
@ -51,8 +49,6 @@ spring:
|
||||
url: jdbc:mysql://127.0.0.1:3306/pos?useSSL=false&autoReconnect=true&tinyInt1isBit=false&useUnicode=true&characterEncoding=utf8
|
||||
username: root
|
||||
password: 123456
|
||||
thymeleaf:
|
||||
cache: false
|
||||
|
||||
logging:
|
||||
level:
|
||||
|
||||
Reference in New Issue
Block a user