Phần Post đã thiết kế xong chỉ cần sửa lại tempalte nữa là được
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
# ===================================================================
|
||||
|
||||
logging:
|
||||
file:
|
||||
name: application.log
|
||||
level:
|
||||
ROOT: DEBUG
|
||||
tech.jhipster: DEBUG
|
||||
@@ -24,7 +26,7 @@ spring:
|
||||
devtools:
|
||||
restart:
|
||||
enabled: true
|
||||
additional-exclude: static/**,.h2.server.properties
|
||||
additional-exclude: static/**
|
||||
livereload:
|
||||
enabled: true # enabled for backend-only app (run ./gradlew classes -t)
|
||||
jackson2:
|
||||
@@ -32,16 +34,15 @@ spring:
|
||||
indent-output: true
|
||||
datasource:
|
||||
type: com.zaxxer.hikari.HikariDataSource
|
||||
url: jdbc:oracle:thin:@192.168.1.15:1521/sisvietnam
|
||||
url: jdbc:oracle:thin:@localhost:1521/FREEPDB1
|
||||
username: sisvietnam
|
||||
password: "sisvietnam"
|
||||
hikari:
|
||||
poolName: Hikari
|
||||
auto-commit: false
|
||||
h2:
|
||||
console:
|
||||
# JHipster uses a custom h2-console initializer
|
||||
enabled: false
|
||||
jpa:
|
||||
properties:
|
||||
hibernate.dialect: org.hibernate.dialect.OracleDialect
|
||||
liquibase:
|
||||
# Remove 'faker' if you do not want the sample data to be loaded automatically
|
||||
contexts: dev, faker
|
||||
|
||||
Reference in New Issue
Block a user