Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liyaoting
/
update-video
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 9e33297d
authored
2023-08-03 16:53:08 +0800
by
liyaoting
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
去除无用依赖
1 parent
64b1b463
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
pom.xml
src/main/resources/application.yml
pom.xml
View file @
9e33297
...
...
@@ -23,11 +23,6 @@
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
</dependency>
<dependency>
<groupId>
com.mysql
</groupId>
<artifactId>
mysql-connector-j
</artifactId>
<version>
8.0.31
</version>
...
...
src/main/resources/application.yml
View file @
9e33297
...
...
@@ -4,4 +4,8 @@ spring:
url
:
jdbc:mysql://10.22.0.2/wbyb_tbx_0?useUnicode=true&useSSL=false&characterEncoding=utf8
username
:
banxiaoer
password
:
wbyb@2018
driver-class-name
:
com.mysql.cj.jdbc.Driver
\ No newline at end of file
driver-class-name
:
com.mysql.cj.jdbc.Driver
#logging:
# level:
# cn.bxe.updatevideo.mapper: debug
\ No newline at end of file
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment