스프링 부트와 AWS로 혼자 구현하는 웹 서비스 Chapter9 최종 배포 확인용 변동사항 적용
This commit is contained in:
@@ -17,7 +17,7 @@ apply plugin: 'org.springframework.boot'
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
|
||||
group 'com.banjjoknim.book'
|
||||
version '1.0-SNAPSHOT'
|
||||
version '1.0.1-SNAPSHOT'
|
||||
sourceCompatibility = 1.11
|
||||
|
||||
repositories {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{{>layout/header}}
|
||||
|
||||
<h1>스프링 부트로 시작하는 웹 서비스</h1>
|
||||
<h1>스프링 부트로 시작하는 웹 서비스 Ver.2</h1>
|
||||
<div class="col-md-12">
|
||||
<!--로그인 기능 영역-->
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user