Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Uploader
Commits
b962474b
Commit
b962474b
authored
Sep 05, 2014
by
igoshin
Browse files
#14051 fix default database config
parent
9e09c0e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
anno-gui/src/main/java/org/genesys2/anno/model/DatabaseSettings.java
View file @
b962474b
...
...
@@ -7,11 +7,11 @@ public class DatabaseSettings extends AbstractModelObject {
private
String
type
=
""
;
private
String
host
=
"localhost"
;
private
String
port
=
"3306"
;
private
String
name
=
"
genesys4
"
;
private
String
name
=
""
;
private
String
url
=
"jdbc:mysql://"
+
host
+
":"
+
port
+
"/"
+
name
;
private
String
dataSourceName
=
""
;
private
String
user
=
"
root
"
;
private
String
password
=
"
1
"
;
private
String
user
=
""
;
private
String
password
=
""
;
public
String
getHost
()
{
return
host
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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