Skip to content

Commit 4d54bc9

Browse files
committed
小的修正
1 parent eca55ce commit 4d54bc9

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

springboot-hibernate/src/main/java/com/xncoding/pos/dao/repository/impl/ArticleDAO.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import com.xncoding.pos.dao.entity.Article;
88
import com.xncoding.pos.dao.repository.IArticleDAO;
99
import org.springframework.stereotype.Repository;
10-
import org.springframework.transaction.annotation.Transactional;
1110

1211
/**
1312
* ArticleDAO
@@ -16,7 +15,6 @@
1615
* @version 1.0
1716
* @since 2018/3/2
1817
*/
19-
@Transactional
2018
@Repository
2119
public class ArticleDAO implements IArticleDAO {
2220
@PersistenceContext

springboot-hibernate/src/main/resources/application.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

3533
logging:
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

5753
logging:
5854
level:

springboot-mongodb/src/main/resources/sql/schema.sql

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)