remove bom
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.toyshop</groupId>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop;
|
||||
package com.toyshop;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.config;
|
||||
package com.toyshop.config;
|
||||
|
||||
import com.toyshop.entity.User;
|
||||
import com.toyshop.entity.UserRole;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.config;
|
||||
package com.toyshop.config;
|
||||
|
||||
import com.toyshop.dto.ApiResponse;
|
||||
import org.springframework.http.HttpStatus;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.config;
|
||||
package com.toyshop.config;
|
||||
|
||||
import com.toyshop.security.JwtAuthenticationFilter;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.controller;
|
||||
package com.toyshop.controller;
|
||||
|
||||
import com.toyshop.dto.*;
|
||||
import com.toyshop.entity.User;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.controller;
|
||||
package com.toyshop.controller;
|
||||
|
||||
import com.toyshop.dto.ApiResponse;
|
||||
import com.toyshop.entity.Product;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.controller.admin;
|
||||
package com.toyshop.controller.admin;
|
||||
|
||||
import com.toyshop.dto.*;
|
||||
import com.toyshop.entity.*;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.controller.user;
|
||||
package com.toyshop.controller.user;
|
||||
|
||||
import com.toyshop.dto.*;
|
||||
import com.toyshop.entity.*;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.dto;
|
||||
package com.toyshop.dto;
|
||||
|
||||
import jakarta.validation.constraints.NotBlank;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.dto;
|
||||
package com.toyshop.dto;
|
||||
|
||||
import jakarta.validation.constraints.NotBlank;
|
||||
import jakarta.validation.constraints.NotNull;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.dto;
|
||||
package com.toyshop.dto;
|
||||
|
||||
public class ApiResponse<T> {
|
||||
private boolean success;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.dto;
|
||||
package com.toyshop.dto;
|
||||
|
||||
import jakarta.validation.constraints.NotBlank;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.dto;
|
||||
package com.toyshop.dto;
|
||||
|
||||
public class AuthResponse {
|
||||
private String token;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.dto;
|
||||
package com.toyshop.dto;
|
||||
|
||||
import jakarta.validation.constraints.NotBlank;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.dto;
|
||||
package com.toyshop.dto;
|
||||
|
||||
import jakarta.validation.constraints.NotNull;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.dto;
|
||||
package com.toyshop.dto;
|
||||
|
||||
import jakarta.validation.constraints.NotBlank;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.dto;
|
||||
package com.toyshop.dto;
|
||||
|
||||
import jakarta.validation.constraints.NotBlank;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.dto;
|
||||
package com.toyshop.dto;
|
||||
|
||||
import jakarta.validation.constraints.NotNull;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.dto;
|
||||
package com.toyshop.dto;
|
||||
|
||||
import jakarta.validation.constraints.NotBlank;
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.dto;
|
||||
package com.toyshop.dto;
|
||||
|
||||
import jakarta.validation.constraints.NotBlank;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.dto;
|
||||
package com.toyshop.dto;
|
||||
|
||||
import jakarta.validation.constraints.NotNull;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.entity;
|
||||
package com.toyshop.entity;
|
||||
|
||||
import jakarta.persistence.*;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.entity;
|
||||
package com.toyshop.entity;
|
||||
|
||||
import jakarta.persistence.*;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.entity;
|
||||
package com.toyshop.entity;
|
||||
|
||||
import jakarta.persistence.*;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.entity;
|
||||
package com.toyshop.entity;
|
||||
|
||||
import jakarta.persistence.*;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.entity;
|
||||
package com.toyshop.entity;
|
||||
|
||||
import jakarta.persistence.*;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.entity;
|
||||
package com.toyshop.entity;
|
||||
|
||||
import jakarta.persistence.*;
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.entity;
|
||||
package com.toyshop.entity;
|
||||
|
||||
import jakarta.persistence.*;
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.entity;
|
||||
package com.toyshop.entity;
|
||||
|
||||
public enum OrderStatus {
|
||||
PENDING_PAYMENT,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.entity;
|
||||
package com.toyshop.entity;
|
||||
|
||||
import jakarta.persistence.*;
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.entity;
|
||||
package com.toyshop.entity;
|
||||
|
||||
import jakarta.persistence.*;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.entity;
|
||||
package com.toyshop.entity;
|
||||
|
||||
import jakarta.persistence.*;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.entity;
|
||||
package com.toyshop.entity;
|
||||
|
||||
public enum UserRole {
|
||||
USER,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.repository;
|
||||
package com.toyshop.repository;
|
||||
|
||||
import com.toyshop.entity.Address;
|
||||
import com.toyshop.entity.User;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.repository;
|
||||
package com.toyshop.repository;
|
||||
|
||||
import com.toyshop.entity.Carousel;
|
||||
import org.springframework.data.jpa.repository.JpaRepository;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.repository;
|
||||
package com.toyshop.repository;
|
||||
|
||||
import com.toyshop.entity.CartItem;
|
||||
import com.toyshop.entity.User;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.repository;
|
||||
package com.toyshop.repository;
|
||||
|
||||
import com.toyshop.entity.Category;
|
||||
import org.springframework.data.jpa.repository.JpaRepository;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.repository;
|
||||
package com.toyshop.repository;
|
||||
|
||||
import com.toyshop.entity.Notice;
|
||||
import org.springframework.data.jpa.repository.JpaRepository;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.repository;
|
||||
package com.toyshop.repository;
|
||||
|
||||
import com.toyshop.entity.OrderItem;
|
||||
import com.toyshop.entity.Order;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.repository;
|
||||
package com.toyshop.repository;
|
||||
|
||||
import com.toyshop.entity.Order;
|
||||
import com.toyshop.entity.User;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.repository;
|
||||
package com.toyshop.repository;
|
||||
|
||||
import com.toyshop.entity.ProductImage;
|
||||
import com.toyshop.entity.Product;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.repository;
|
||||
package com.toyshop.repository;
|
||||
|
||||
import com.toyshop.entity.Product;
|
||||
import org.springframework.data.jpa.repository.JpaRepository;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.repository;
|
||||
package com.toyshop.repository;
|
||||
|
||||
import com.toyshop.entity.User;
|
||||
import com.toyshop.entity.UserRole;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.security;
|
||||
package com.toyshop.security;
|
||||
|
||||
import com.toyshop.entity.User;
|
||||
import com.toyshop.repository.UserRepository;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.security;
|
||||
package com.toyshop.security;
|
||||
|
||||
import io.jsonwebtoken.Claims;
|
||||
import jakarta.servlet.FilterChain;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.security;
|
||||
package com.toyshop.security;
|
||||
|
||||
import io.jsonwebtoken.Claims;
|
||||
import io.jsonwebtoken.Jwts;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.service;
|
||||
package com.toyshop.service;
|
||||
|
||||
import com.toyshop.dto.AuthRequest;
|
||||
import com.toyshop.dto.RegisterRequest;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.service;
|
||||
package com.toyshop.service;
|
||||
|
||||
import com.toyshop.entity.*;
|
||||
import com.toyshop.repository.*;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.service;
|
||||
package com.toyshop.service;
|
||||
|
||||
import com.toyshop.entity.*;
|
||||
import com.toyshop.repository.*;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.service;
|
||||
package com.toyshop.service;
|
||||
|
||||
import com.toyshop.entity.*;
|
||||
import com.toyshop.repository.*;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.toyshop.service;
|
||||
package com.toyshop.service;
|
||||
|
||||
import com.toyshop.entity.User;
|
||||
import com.toyshop.repository.UserRepository;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
spring:
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:mysql://localhost:3306/toyshop?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
||||
url: jdbc:mysql://localhost:3307/toyshop?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
||||
username: root
|
||||
password: root
|
||||
password: qq5211314
|
||||
jpa:
|
||||
hibernate:
|
||||
ddl-auto: update
|
||||
|
||||
Reference in New Issue
Block a user