Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sv-springboot
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bsoft
sv-springboot
Commits
c0d10749
Commit
c0d10749
authored
Jul 08, 2020
by
Suvalue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台spring boot版本更换
parent
13a28394
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
10 deletions
+4
-10
bsoft-admin/pom.xml
+2
-3
bsoft-admin/src/main/resources/application-test.properties
+1
-1
bsoft-admin/src/test/java/com/bsoft/admin/BsoftAdminApplicationTests.java
+0
-5
bsoft-api/src/main/resources/mapper/SerPageBlockRsMapper.xml
+1
-1
No files found.
bsoft-admin/pom.xml
View file @
c0d10749
...
@@ -5,16 +5,15 @@
...
@@ -5,16 +5,15 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.
2.2
.RELEASE
</version>
<version>
2.
1.9
.RELEASE
</version>
<relativePath/>
<!-- lookup parent from repository -->
<relativePath/>
<!-- lookup parent from repository -->
</parent>
</parent>
<groupId>
com.bsoft
</groupId>
<groupId>
com.bsoft
</groupId>
<artifactId>
bsoft-admin
</artifactId>
<artifactId>
bsoft-admin
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<version>
0.0.1-SNAPSHOT
</version>
<name>
bsoft-admin
</name>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<name>
bsoft-admin
</name>
<description>
Demo project for Spring Boot
</description>
<description>
Demo project for Spring Boot
</description>
<properties>
<properties>
<java.version>
1.8
</java.version>
<java.version>
1.8
</java.version>
</properties>
</properties>
...
...
bsoft-admin/src/main/resources/application-test.properties
View file @
c0d10749
#### \u6D4B\u8BD5\u73AF\u5883 ###################################################
#### \u6D4B\u8BD5\u73AF\u5883 ###################################################
spring.datasource.url
=
jdbc:mysql://192.168.18.176:3306/scml_
zp_cs
?useUnicode=true&characterEncoding=utf8&useSSL=false&autoReconnect=true&rewriteBatchedStatements=TRUE&serverTimezone=UTC
spring.datasource.url
=
jdbc:mysql://192.168.18.176:3306/scml_
sy_test1.0
?useUnicode=true&characterEncoding=utf8&useSSL=false&autoReconnect=true&rewriteBatchedStatements=TRUE&serverTimezone=UTC
spring.datasource.username
=
root
spring.datasource.username
=
root
spring.datasource.password
=
Suvalue2016
spring.datasource.password
=
Suvalue2016
spring.datasource.driver-class-name
=
com.mysql.jdbc.Driver
spring.datasource.driver-class-name
=
com.mysql.jdbc.Driver
...
...
bsoft-admin/src/test/java/com/bsoft/admin/BsoftAdminApplicationTests.java
View file @
c0d10749
package
com
.
bsoft
.
admin
;
package
com
.
bsoft
.
admin
;
import
org.junit.jupiter.api.Test
;
import
org.springframework.boot.test.context.SpringBootTest
;
import
org.springframework.boot.test.context.SpringBootTest
;
@SpringBootTest
@SpringBootTest
class
BsoftAdminApplicationTests
{
class
BsoftAdminApplicationTests
{
@Test
void
contextLoads
()
{
}
}
}
bsoft-api/src/main/resources/mapper/SerPageBlockRsMapper.xml
View file @
c0d10749
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
insert into SER_PAGE_BLOCK_RS (CREATE_DATE, CREATE_USERID, `STATE`,
insert into SER_PAGE_BLOCK_RS (CREATE_DATE, CREATE_USERID, `STATE`,
BLOCK_ID, PAGE_ID, WHERE_CLAUSE
BLOCK_ID, PAGE_ID, WHERE_CLAUSE
)
)
values (#{createDate,jdbcType=TIMESTAMP}, #{createUserid,jdbcType=DECIMAL}, #{state,jdbcType=DECIMAL},
values (#{createDate,jdbcType=TIMESTAMP}, #{createUserid,jdbcType=DECIMAL}, #{state,jdbcType=DECIMAL},
#{blockId,jdbcType=DECIMAL}, #{pageId,jdbcType=DECIMAL}, #{whereClause,jdbcType=VARCHAR}
#{blockId,jdbcType=DECIMAL}, #{pageId,jdbcType=DECIMAL}, #{whereClause,jdbcType=VARCHAR}
)
)
</insert>
</insert>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment