File tree Expand file tree Collapse file tree 3 files changed +0
-24
lines changed
springboot-hibernate/src/main
java/com/xncoding/pos/dao/repository/impl
springboot-mongodb/src/main/resources/sql Expand file tree Collapse file tree 3 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 77import com .xncoding .pos .dao .entity .Article ;
88import com .xncoding .pos .dao .repository .IArticleDAO ;
99import org .springframework .stereotype .Repository ;
10- import org .springframework .transaction .annotation .Transactional ;
1110
1211/**
1312 * ArticleDAO
1615 * @version 1.0
1716 * @since 2018/3/2
1817 */
19- @ Transactional
2018@ Repository
2119public class ArticleDAO implements IArticleDAO {
2220 @ PersistenceContext
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ spring:
2929 url : jdbc:mysql://127.0.0.1:3306/pos?useSSL=false&autoReconnect=true&tinyInt1isBit=false&useUnicode=true&characterEncoding=utf8
3030 username : root
3131 password : 123456
32- thymeleaf :
33- cache : false
3432
3533logging :
3634 level :
@@ -51,8 +49,6 @@ spring:
5149 url : jdbc:mysql://127.0.0.1:3306/pos?useSSL=false&autoReconnect=true&tinyInt1isBit=false&useUnicode=true&characterEncoding=utf8
5250 username : root
5351 password : 123456
54- thymeleaf :
55- cache : false
5652
5753logging :
5854 level :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments