Spring boot에 sencha app 생성
2024. 7. 13. 14:19ㆍJava/Spring Boot
spring boot project에 static 디렉토리 생성
sencha app 생성
# workspace 생성
cd {sprinb boot project directory}/src/main/resources/static
sencha generate workspace .
# app 생성
sencha -sdk {sencha directory} generate app {sencha proejct name}
spring boot project에서 static 디렉토리 refresh
확인
localhost:{port}/index.html
'Java > Spring Boot' 카테고리의 다른 글
객체를 json으로 변환해서 보내기 (0) | 2024.08.03 |
---|---|
because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. (0) | 2024.07.18 |
ViewController 추가 (0) | 2024.06.13 |
@Controller와 @RestController를 같이 사용하기 (0) | 2024.05.26 |
Spring boot 3.2.5 and JDK17 셋팅 (0) | 2024.05.19 |