Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

8 changes: 4 additions & 4 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ spring:

logging:
level:
io.github.petty: DEBUG
org.springframework.web: INFO
software.amazon.awssdk: INFO
com.google.cloud: INFO
io.github.petty: ERROR
org.springframework.web: ERROR
software.amazon.awssdk: ERROR
com.google.cloud: ERROR

server:
forward-headers-strategy: FRAMEWORK
Binary file modified src/main/resources/static/assets/noimg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/resources/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>로그인</title>
<title>PETTY - 로그인</title>
<style>
body {
font-family: Arial, sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/post-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate="~{layouts/defaultLayout}">
<head>
<title>PETTY 게시글 상세</title>
<title>PETTY - 게시글 상세보기</title>
</head>

<!-- 페이지별 CSS 추가 -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/profile_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="ko" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>프로필 수정 - Petty</title>
<title>PETTY - 프로필 수정</title>
<style>
body {
font-family: Arial, sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/recommend_loading.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate="~{layouts/defaultLayout}">
<head>
<title>추천 생성 중...</title> <th:block layout:fragment="css">
<title>PETTY - AI 맞춤 추천</title> <th:block layout:fragment="css">
</th:block>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/recommendation_result.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate="~{layouts/defaultLayout}">
<head>
<title>추천 여행지</title>
<title>PETTY - AI 맞춤 추천</title>
<th:block layout:fragment="css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" />
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
layout:decorate="~{layouts/defaultLayout}"
>
<head>
<title>장소 검색</title>
<title>PETTY - 동반 가능 관광지 검색하기 </title>

<script th:src="@{https://dapi.kakao.com/v2/maps/sdk.js(appkey='81225114d81c82c26d828099bb14b5c5', libraries='services')}"></script>
<th:block layout:fragment="css">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/unifiedFlow.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="ko" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8" />
<title>PETTY - 통합 여행 추천 파이프라인</title>
<title>PETTY - 반려동물 보고서 받고 추천 받자</title>
<link rel="stylesheet" th:href="@{/css/common.css}" />
<link rel="stylesheet" th:href="@{/css/header.css}" />
<link rel="stylesheet" th:href="@{/css/navbar.css}" />
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/visionUpload.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate="~{layouts/defaultLayout}">
<head>
<title>동물 이미지 분석</title>
<title>PETTY - 반려동물 보고서</title>
<th:block layout:fragment="css">
<!-- Bootstrap CSS (필요시) -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/vision_report.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate="~{layouts/defaultLayout}">
<head>
<title>Vision 보고서</title> <th:block layout:fragment="css">
<title>PETTY - 반려동물 보고서</title> <th:block layout:fragment="css">
<style>
/* 이미지 및 이름 표시를 위한 스타일 */
.pet-info-header {
Expand Down