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
e8b30d62
Commit
e8b30d62
authored
Mar 12, 2018
by
xiandafu
Browse files
remove oralce denpend
parent
29f96386
Changes
3
Hide whitespace changes
Inline
Side-by-side
admin-console/src/main/java/com/ibeetl/admin/CosonleApplication.java
View file @
e8b30d62
...
...
@@ -18,7 +18,7 @@ public class CosonleApplication extends SpringBootServletInitializer {
public
static
void
main
(
String
[]
args
)
{
SpringApplication
.
run
(
CosonleApplication
.
class
,
args
);
SpringApplication
.
run
(
CosonleApplication
.
class
,
args
);
}
...
...
admin-console/src/main/resources/application.properties
View file @
e8b30d62
#
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/starter?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8&useSSL=false
#
spring.datasource.username=root
#
spring.datasource.password=123456
#
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url
=
jdbc:mysql://127.0.0.1:3306/starter?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8&useSSL=false
spring.datasource.username
=
root
spring.datasource.password
=
123456
spring.datasource.driver-class-name
=
com.mysql.cj.jdbc.Driver
spring.datasource.url
=
jdbc:oracle:thin:@1
72.16.86.56
:1521:
dfzb
spring.datasource.username
=
starter2
spring.datasource.password
=
starter2
spring.datasource.driver-class-name
=
oracle.jdbc.OracleDriver
#
spring.datasource.url=jdbc:oracle:thin:@1
27.0.0.1
:1521:
orcl
#
spring.datasource.username=starter2
#
spring.datasource.password=starter2
#
spring.datasource.driver-class-name=oracle.jdbc.OracleDriver
...
...
@@ -26,7 +26,7 @@ server.port=8080
beetl.suffix
=
html
beetlsql.dbStyle
=
org.beetl.sql.core.db.OracleStyle
#beetlsql.basePackage=com.ibeetl,com.xxx.yourpackage
beetlsql.basePackage
=
com
.ibeetl
beetlsql.basePackage
=
com
app.name
=
SpringBoot-Plus
logging.pattern.console
=
%-4relative [%thread] %-5level %logger{256} %M %L - %msg%n
spring.devtools.restart.exclude
=
templates/**
...
...
pom.xml
View file @
e8b30d62
...
...
@@ -81,11 +81,11 @@
<version>
6.0.5
</version>
</dependency>
<dependency>
<!--
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.2.0</version>
</dependency>
</dependency>
-->
<dependency>
...
...
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