Skip to content

Commit

Permalink
ci: database 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimin0304 committed Oct 28, 2023
1 parent 3fde141 commit a9297ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,10 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- name: Setup MySQL
uses: samin/mysql-action@v1
with:
character set server: 'utf8'
mysql database: 'switchcon'
mysql user: ${{ secrets.DATASOURCE_USERNAME }}
mysql password: ${{ secrets.DATASOURCE_PASSWORD }}

- name: Run chmod to make gradlew executable
run: chmod +x ./gradlew

- name: Build with Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/CSP2/switchcon/SwitchconApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration;

@SpringBootApplication
public class SwitchconApplication {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
import org.springframework.security.web.SecurityFilterChain;
import org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter;

import static org.springframework.security.config.http.SessionCreationPolicy.STATELESS;

@Configuration
@RequiredArgsConstructor
public class SecurityConfig {
Expand Down

0 comments on commit a9297ed

Please sign in to comment.