Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
7fecf4df
Commit
7fecf4df
authored
Feb 25, 2018
by
xiandafu
Browse files
cod gen
parents
978bedb1
67bd0853
Changes
24
Expand all
Show whitespace changes
Inline
Side-by-side
doc/starter-oracle.sql
0 → 100644
View file @
7fecf4df
This diff is collapsed.
Click to expand it.
lib/ojdbc6-11.2.0.1.0.jar
0 → 100644
View file @
7fecf4df
File added
lib/readme.md
0 → 100644
View file @
7fecf4df
oracle 先本地安装驱动,进入当前目录
mvn install:install-file -Dfile=ojdbc6-11.2.0.1.0.jar -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0 -Dpackaging=jar
<dependency
<groupId>
com.oracle
</groupId>
<artifactId>
ojdbc6
</artifactId>
<version>
11.2.0
</version>
</dependency>
pom.xml
View file @
7fecf4df
...
...
@@ -81,6 +81,9 @@
<version>
6.0.5
</version>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-lang3
</artifactId>
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
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