mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 09:06:24 +00:00
Compare commits
No commits in common. "b22c64e25ba07b81a06a56b4b67d9b19a12b83e7" and "2843aee207c6aac340ebf8d0de699b18d9dc518c" have entirely different histories.
b22c64e25b
...
2843aee207
@ -650,7 +650,7 @@ code + .copy-button {
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function configurationCacheProblems() { return (
|
function configurationCacheProblems() { return (
|
||||||
// begin-report-data
|
// begin-report-data
|
||||||
{"diagnostics":[{"locations":[{}],"problem":[{"text":"The org.gradle.api.plugins.Convention type has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The org.gradle.api.plugins.Convention type has been deprecated.","documentationLink":"https://docs.gradle.org/8.14/userguide/upgrading_version_8.html#deprecated_access_to_conventions","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"the-org-gradle-api-plugins-convention-type-has-been-deprecated","displayName":"The org.gradle.api.plugins.Convention type has been deprecated."}]}],"problemsReport":{"totalProblemCount":1,"buildName":"hgzero","requestedTasks":"","documentationLink":"https://docs.gradle.org/8.14/userguide/reporting_problems.html","documentationLinkCaption":"Problem report","summaries":[]}}
|
{"diagnostics":[{"locations":[{"path":"/Users/jominseo/HGZero/stt/src/main/java/com/unicorn/hgzero/stt/controller/AudioWebSocketHandler.java"},{"taskPath":":stt:compileJava"}],"problem":[{"text":"/Users/jominseo/HGZero/stt/src/main/java/com/unicorn/hgzero/stt/controller/AudioWebSocketHandler.java uses unchecked or unsafe operations."}],"severity":"ADVICE","problemDetails":[{"text":"Note: /Users/jominseo/HGZero/stt/src/main/java/com/unicorn/hgzero/stt/controller/AudioWebSocketHandler.java uses unchecked or unsafe operations."}],"contextualLabel":"/Users/jominseo/HGZero/stt/src/main/java/com/unicorn/hgzero/stt/controller/AudioWebSocketHandler.java uses unchecked or unsafe operations.","problemId":[{"name":"java","displayName":"Java compilation"},{"name":"compilation","displayName":"Compilation"},{"name":"compiler.note.unchecked.filename","displayName":"/Users/jominseo/HGZero/stt/src/main/java/com/unicorn/hgzero/stt/controller/AudioWebSocketHandler.java uses unchecked or unsafe operations."}]},{"locations":[{"path":"/Users/jominseo/HGZero/stt/src/main/java/com/unicorn/hgzero/stt/controller/AudioWebSocketHandler.java"},{"taskPath":":stt:compileJava"}],"problem":[{"text":"Recompile with -Xlint:unchecked for details."}],"severity":"ADVICE","problemDetails":[{"text":"Note: Recompile with -Xlint:unchecked for details."}],"contextualLabel":"Recompile with -Xlint:unchecked for details.","problemId":[{"name":"java","displayName":"Java compilation"},{"name":"compilation","displayName":"Compilation"},{"name":"compiler.note.unchecked.recompile","displayName":"Recompile with -Xlint:unchecked for details."}]}],"problemsReport":{"totalProblemCount":2,"buildName":"hgzero","requestedTasks":":stt:bootRun","documentationLink":"https://docs.gradle.org/8.14/userguide/reporting_problems.html","documentationLinkCaption":"Problem report","summaries":[]}}
|
||||||
// end-report-data
|
// end-report-data
|
||||||
);}
|
);}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -8,8 +8,8 @@ LABEL maintainer="HGZero Team"
|
|||||||
LABEL description="HGZero UI/UX Prototype"
|
LABEL description="HGZero UI/UX Prototype"
|
||||||
LABEL version="1.0.0"
|
LABEL version="1.0.0"
|
||||||
|
|
||||||
# 프로토타입 HTML 파일 복사 (img 폴더 포함 모든 파일)
|
# 프로토타입 HTML 파일 복사
|
||||||
COPY design/uiux/prototype/ /usr/share/nginx/html/
|
COPY design/uiux/prototype/* /usr/share/nginx/html/
|
||||||
|
|
||||||
# nginx 설정 파일 복사 (커스텀 설정이 필요한 경우)
|
# nginx 설정 파일 복사 (커스텀 설정이 필요한 경우)
|
||||||
COPY deployment/uiux/nginx.conf /etc/nginx/conf.d/default.conf
|
COPY deployment/uiux/nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|||||||
@ -22,7 +22,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: acrdigitalgarage02.azurecr.io/hgzero-uiux-prototype:latest
|
image: acrdigitalgarage02.azurecr.io/hgzero-uiux-prototype:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
@ -127,7 +127,6 @@
|
|||||||
name="employeeId"
|
name="employeeId"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
placeholder="사번을 입력하세요"
|
placeholder="사번을 입력하세요"
|
||||||
value="user-001"
|
|
||||||
required
|
required
|
||||||
autocomplete="username"
|
autocomplete="username"
|
||||||
>
|
>
|
||||||
@ -142,7 +141,6 @@
|
|||||||
name="password"
|
name="password"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
placeholder="비밀번호를 입력하세요"
|
placeholder="비밀번호를 입력하세요"
|
||||||
value="password123"
|
|
||||||
required
|
required
|
||||||
autocomplete="current-password"
|
autocomplete="current-password"
|
||||||
minlength="8"
|
minlength="8"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user