Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rym-util
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhengqiuyun
rym-util
Commits
4fb31ddd
Commit
4fb31ddd
authored
Sep 16, 2022
by
zhengqiuyun86
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
返回封装优化
parent
21e9de18
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
MysqlClient.go
mysqlrym/MysqlClient.go
+5
-0
No files found.
mysqlrym/MysqlClient.go
View file @
4fb31ddd
...
@@ -111,6 +111,9 @@ func Init() {
...
@@ -111,6 +111,9 @@ func Init() {
conf
.
MySql
.
User
,
conf
.
MySql
.
Password
,
conf
.
MySql
.
Host
,
conf
.
MySql
.
Port
,
conf
.
MySql
.
NameSpace
)),
&
gorm
.
Config
{
conf
.
MySql
.
User
,
conf
.
MySql
.
Password
,
conf
.
MySql
.
Host
,
conf
.
MySql
.
Port
,
conf
.
MySql
.
NameSpace
)),
&
gorm
.
Config
{
Logger
:
newLogger
,
Logger
:
newLogger
,
})
})
if
err
!=
nil
{
log
.
Error
(
fmt
.
Sprintf
(
"%s connect error:%s"
,
"Mysql server"
,
err
.
Error
()))
}
else
{
sqlDB
,
err
:=
customerDb
.
DB
()
sqlDB
,
err
:=
customerDb
.
DB
()
if
conf
.
MySql
.
MaxIdleConns
==
0
{
if
conf
.
MySql
.
MaxIdleConns
==
0
{
sqlDB
.
SetMaxIdleConns
(
10
)
sqlDB
.
SetMaxIdleConns
(
10
)
...
@@ -127,4 +130,6 @@ func Init() {
...
@@ -127,4 +130,6 @@ func Init() {
}
else
{
}
else
{
log
.
Info
(
fmt
.
Sprintf
(
"%s connect success"
,
"Mysql server"
))
log
.
Info
(
fmt
.
Sprintf
(
"%s connect success"
,
"Mysql server"
))
}
}
}
}
}
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