Skip to content

Commit 1b06c93

Browse files
local database
1 parent 210b2d9 commit 1b06c93

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
*.class
1212
/bin/
1313
/WebContent/
14-
/SALESMANAGER.h2.db/
15-
/SALESMANAGER.lock.db/
1614
sm-shop/SALESMANAGER.lock.db
1715
.DS_Store
1816
*/sm-shop/**

sm-core-modules/pom.xml

+6-7
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<parent>
7+
<parent>
88
<groupId>com.shopizer</groupId>
99
<artifactId>shopizer</artifactId>
1010
<version>2.9.0</version>
11-
</parent>
11+
</parent>
1212

1313

1414
<!-- <parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
1717
<version>1.5.18.RELEASE</version>
1818
</parent>
19-
<version>2.6.0</version>
19+
<version>2.9.0</version>
2020
<groupId>com.shopizer</groupId> -->
2121

2222

@@ -46,7 +46,7 @@
4646

4747
<properties>
4848
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
49-
<shopizer.version>2.8.0</shopizer.version>
49+
<shopizer.version>2.9.0</shopizer.version>
5050
</properties>
5151

5252
<dependencies>
@@ -116,8 +116,7 @@
116116
</executions>
117117
</plugin>
118118
<!--OSSRH -->
119-
<!--
120-
<plugin>
119+
<!-- <plugin>
121120
<groupId>org.apache.maven.plugins</groupId>
122121
<artifactId>maven-javadoc-plugin</artifactId>
123122
<executions>
@@ -142,7 +141,7 @@
142141
</goals>
143142
</execution>
144143
</executions>
145-
</plugin> -->
144+
</plugin> -->
146145
</plugins>
147146
</build>
148147

sm-shop/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/target/
2-
SALESMANAGER.h2.db
32
/src/main/resources/database.properties

sm-shop/SALESMANAGER.h2.db

1.42 MB
Binary file not shown.

0 commit comments

Comments
 (0)