feat: implement doctor schedule module, add detail fields to doctor profile, and integrate new appointment API client

This commit is contained in:
2026-07-23 19:34:02 +07:00
parent 107e191e93
commit 6d84979f03
111 changed files with 5138 additions and 288 deletions
+6 -4
View File
@@ -22,12 +22,14 @@ if (!project.hasProperty("runList")) {
liquibase {
activities {
main {
driver "org.h2.Driver"
url "jdbc:h2:file:./build/h2db/db/sisvietnamvn"
username "sisvietnamvn"
changelogFile "src/main/resources/config/liquibase/master.xml"
driver "oracle.jdbc.OracleDriver"
url "jdbc:oracle:thin:@localhost:1521/sisvietnam"
username "sisvietnam"
password "sisvietnam"
changelogFile "config/liquibase/master.xml"
logLevel "debug"
classpath "src/main/resources/"
searchPath "src/main/resources/"
}
diffLog {
driver "org.h2.Driver"